envs?
This commit is contained in:
@@ -23,12 +23,12 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
PORT: 4000
|
PORT: 4000
|
||||||
JWT_SECRET: dev_jwt_secret_change_in_production
|
JWT_SECRET: ${JWT_SECRET}
|
||||||
DB_HOST: db
|
DB_HOST: db
|
||||||
DB_USER: root
|
DB_USER: root
|
||||||
DB_PASSWORD: rootpassword
|
DB_PASSWORD: ${DB_PASSWORD}
|
||||||
DB_NAME: whats_the_point
|
DB_NAME: whats_the_point
|
||||||
TMDB_API_KEY: your_tmdb_api_key_here
|
TMDB_API_KEY: ${TMDB_API_KEY}
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user