Skip to content

Commit

Permalink
build: remove db container dependencies
Browse files Browse the repository at this point in the history
Oops.

Related to #96
  • Loading branch information
JoosepAlviste committed Jan 28, 2024
1 parent 339720f commit 2d8745f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ services:
- .env
- .env.docker
depends_on:
- db
- redis
networks:
- caddy
Expand All @@ -28,7 +27,6 @@ services:
- .env
- .env.docker
depends_on:
- db
- redis
networks:
- caddy
Expand Down

0 comments on commit 2d8745f

Please sign in to comment.