Skip to content

Commit

Permalink
chore(docker): fix env values
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrdsilva committed Sep 2, 2024
1 parent 72b3a26 commit a585316
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ services:
DB_USER: postgres
DB_PASSWORD: root
DB_NAME: einsbym
DB_SYNCRONIZE: false
DB_SYNCRONIZE: true

SERVER_PORT: 4000
JWT_SECRET: wowlookatmyamazingsecretkey
EINSBYM_STORAGE: einsbym-api-gateway/storage-service

EINSBYM_STORAGE: http://einsbym-storage:8080/storage-service

REDIS_HOST: redis
REDIS_PORT: 6379
ports:
Expand Down

0 comments on commit a585316

Please sign in to comment.