Skip to content

Commit

Permalink
Merge pull request #5 from Reventlow/development
Browse files Browse the repository at this point in the history
fixed error in Dockerfile
  • Loading branch information
Reventlow authored May 8, 2024
2 parents 2ba3dc6 + 958cb48 commit 8da4ef8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ services:
- traefik.http.services.monitor-api.loadbalancer.server.port=8000
- traefik.http.services.monitor-api.loadbalancer.server.scheme=http
- traefik.http.services.monitor-api.loadbalancer.passHostHeader=true
#volumes:
environment:
SECRET_KEY: ${SECRET_KEY}
DEBUG: ${DEBUG}
ALLOWED_HOSTS: ${ALLOWED_HOSTS}
PSQL_HOST: ${PSQL_HOST}
PSQL_DATABASENAME: ${PSQL_DATABASENAME}
PSQL_PORT: ${PSQL_PORT}
PSQL_USER: ${PSQL_USER}
PSQL_PASSWORD: ${PSQL_PASSWORD}
networks:
public:
external: true

0 comments on commit 8da4ef8

Please sign in to comment.