Skip to content

Commit

Permalink
fix: set environment-var for stagin
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-urner committed Aug 15, 2024
1 parent 814cf72 commit 501e35a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ services:
MINIO_SECRET_KEY: ${MINIO_SECRET_KEY}
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
JWT_SECRETKEY: ${JWT_SECRETKEY}
DEBUG: "pw:api"
ports:
- ${API_PORT}:8080
container_name: volodb_api
Expand Down

0 comments on commit 501e35a

Please sign in to comment.