Skip to content

Commit

Permalink
fix: fix docker profile repetition for postgresql container (#9693)
Browse files Browse the repository at this point in the history
docker compose is picky about that
  • Loading branch information
alexgarel authored Jan 30, 2024
1 parent d183732 commit 55a9b22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ x-minion-db-network: &minion-db-network
services:
postgres:
# only turn on for off profile
profiles: ["off"]
<<: *minion-db-network
backend:
<<: [*backend-conf, *minion-db-network]
Expand Down

0 comments on commit 55a9b22

Please sign in to comment.