Skip to content

Commit

Permalink
refactor(docker-compose.yml): update env_file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Jan 3, 2025
1 parent aa7b6a0 commit 765feff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.env.local
override.env
dump/
File renamed without changes.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ services:
networks:
- illusion
env_file:
- .env.default
- .env.local
- path: ./default.env
required: true
- path: ./override.env
required: false
restart: always

cache:
Expand Down

0 comments on commit 765feff

Please sign in to comment.