Changed port in Dockerfile, updated traefik configuration.

This commit is contained in:
Marvin Blum
2020-06-21 16:45:08 +02:00
committed by Marvin Blum
parent 186f1213a6
commit 4d45b2aee3
2 changed files with 22 additions and 5 deletions

View File

@@ -19,10 +19,9 @@ WORKDIR /app
# default config
ENV MB_LOGLEVEL=info
ENV MB_ALLOWED_ORIGINS=*
ENV MB_HOST=0.0.0.0:80
ENV MB_HOST=0.0.0.0:8888
ENV MB_DB_PORT=5432
ENV MB_DB_SSLMODE=disable
EXPOSE 80
EXPOSE 443
EXPOSE 8888
CMD ["/app/main"]