Skip to content

Commit

Permalink
move .env file back in root
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhm committed Nov 8, 2023
1 parent cf1450f commit 00aaa77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
volumes:
- app-db-data:/var/lib/postgresql/data/pgdata
env_file:
- .env
- ../.env
environment:
- PGDATA=/var/lib/postgresql/data/pgdata
deploy:
Expand All @@ -74,7 +74,7 @@ services:
depends_on:
- db
env_file:
- .env
- ../.env
environment:
- SERVER_NAME=${DOMAIN?Variable not set}
- SERVER_HOST=https://${DOMAIN?Variable not set}
Expand Down
File renamed without changes.

0 comments on commit 00aaa77

Please sign in to comment.