main
ifiguero 2024-04-02 01:55:52 -03:00
parent b3864a491a
commit ab0303641d
2 changed files with 4 additions and 3 deletions

View File

@ -18,6 +18,7 @@ RUN chown -R app:app /srv
USER app USER app
ENTRYPOINT ["python3"] # run the command
ENTRYPOINT ["gunicorn"]
CMD ["web.py"] CMD ["--timeout", "600", "-b", "0.0.0.0:4000", "web:iapp"]

View File

@ -120,7 +120,7 @@ services:
dockerfile: Dockerfile.downloads dockerfile: Dockerfile.downloads
image: dev.ilab.cl/tdtp/tdtp_worker_downloads:stable image: dev.ilab.cl/tdtp/tdtp_worker_downloads:stable
ports: ports:
- 4007:8000 - 4007:4000
environment: environment:
- TZ=America/Santiago - TZ=America/Santiago
- DEBUG=True - DEBUG=True