Skip to content

Commit

Permalink
env path
Browse files Browse the repository at this point in the history
  • Loading branch information
j4qfrost committed Oct 6, 2024
1 parent 9ce775e commit a0989c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/docker-compose-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ services:
- "${DB_PORT}:${POSTGRES_PORT}"
networks:
- database_network
env_file:
- ${ENV_PATH}

backend:
container_name: "${BACKEND_CONTAINER_NAME}"
Expand All @@ -34,6 +36,8 @@ services:
networks:
- database_network
- frontend_network
env_file:
- ${ENV_PATH}
depends_on:
- db

Expand All @@ -45,6 +49,8 @@ services:
DOMAIN: "https://${DOMAIN}"
networks:
- frontend_network
env_file:
- ${ENV_PATH}
volumes:
- ../frontend:/app
- /app/node_modules
Expand Down Expand Up @@ -73,6 +79,8 @@ services:
networks:
- database_network
- frontend_network
env_file:
- ${ENV_PATH}
depends_on:
- backend
- frontend
Expand Down

0 comments on commit a0989c6

Please sign in to comment.