Skip to content

Commit

Permalink
fix: docker envs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Sep 22, 2024
1 parent 51ad700 commit e046f98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
context: .
dockerfile: Dockerfile
args:
- NEXT_PUBLIC_SITE_URL
- DATABASE_HOST
- DATABASE_PORT
- DATABASE_USER
Expand All @@ -22,6 +21,9 @@ services:
- FEIDE_AUTHORIZATION_ENDPOINT
- FEIDE_TOKEN_ENDPOINT
- FEIDE_USERINFO_ENDPOINT
- NEXT_PUBLIC_SITE_URL
env_file:
- .env
ports:
- "3000:3000"
db:
Expand Down

0 comments on commit e046f98

Please sign in to comment.