Skip to content

Commit

Permalink
Merge pull request #65 from WildCodeSchool-2023-09/samuelfaberdev-pat…
Browse files Browse the repository at this point in the history
…ch-1

Update docker-compose.prod.yml
  • Loading branch information
samuelfaberdev authored Jan 12, 2024
2 parents cb997c0 + 6ba6a1d commit 5fe48c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
APP_PORT: 3310
APP_SECRET: ${APP_SECRET:-123456789}
FRONTEND_URL: "https://${PROJECT_NAME}.${HOST}"
VITE_BACKEND_URL: ""
DB_HOST: ${DATABASE_SUBDOMAIN_NAME}-db
DB_PORT: 3306
DB_USER: ${USER_NAME}
Expand All @@ -30,4 +31,4 @@ services:

networks:
proxy:
external: true
external: true

0 comments on commit 5fe48c5

Please sign in to comment.