Compare commits
No commits in common. "2268367a1672056787f714373a3e4699735a8102" and "437eacb773ed3ddcaa6ce6c9e7177236243aa676" have entirely different histories.
2268367a16
...
437eacb773
@ -10,6 +10,8 @@ services:
|
||||
MONGO_HOST: "mongo.sprinthub.ru"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
||||
STAGE: "production"
|
||||
ports:
|
||||
- 1239:1239
|
||||
deploy:
|
||||
mode: replicated
|
||||
restart_policy:
|
||||
|
@ -9,5 +9,6 @@ RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
EXPOSE 1239
|
||||
|
||||
ENTRYPOINT ["python", "main.py"]
|
||||
ENTRYPOINT ["fastapi", "run", "main.py", "--port", "1239"]
|
||||
|
Loading…
Reference in New Issue
Block a user