Skip to content

Commit

Permalink
update names
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip authored Nov 1, 2024
1 parent 7291096 commit 7c39b04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
include:
- path: docker-compose.${DB_DEFAULT:-postgresql}.yml
- path: compose.${DB_DEFAULT:-postgresql}.yml
env_file: .env
- path: docker-compose.base.yml
- path: compose.base.yml
env_file:
- .env
- .env.redis
- .env.openSearch
- path: docker-compose.openSearch.yml
- path: compose.openSearch.yml
env_file:
- .env
- .env.openSearch
- path: docker-compose.cache.yml
- path: compose.cache.yml
env_file:
- .env
- .env.redis
# - path: docker-compose.certbot.yml
# - path: compose.certbot.yml



Expand Down

0 comments on commit 7c39b04

Please sign in to comment.