Skip to content

Commit

Permalink
chore: set secret key assignment to the right docker compose service
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Jul 25, 2024
1 parent 46c55d4 commit 5d076ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
environment:
DEBUG_MODE: "True"
DETACHED_WORKER: "True"
SECRET_KEY: ${SECRET_KEY}
REDIS_HOST: ${REDIS_HOST}
REDIS_PORT: ${REDIS_PORT}
DATABASE_HOST: ${DATABASE_HOST}
Expand All @@ -31,7 +32,6 @@ services:
- api
environment:
DEBUG_MODE: "True"
SECRET_KEY: ${SECRET_KEY}
REDIS_HOST: ${REDIS_HOST}
REDIS_PORT: ${REDIS_PORT}
DATABASE_HOST: ${DATABASE_HOST}
Expand Down

0 comments on commit 5d076ba

Please sign in to comment.