Skip to content

Commit

Permalink
fix missing profile flag and unneded volume duplicate in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Sep 19, 2024
1 parent ed60ac9 commit 9274633
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
version: "3"

volumes:
db_data: {}
version: "3.9"

services:
postgres:
volumes:
- db_data:/var/lib/postgresql/data
- type: bind
source: /home/ubuntu/postgresql/conf/postgresql.conf
target: /etc/postgresql/postgresql.conf
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ services:
retries: 10

gemini_3h_leaderboard-subquery-node:
profiles: [gemini_3h]
image: subquerynetwork/subql-node-substrate:latest
depends_on:
"postgres":
Expand Down Expand Up @@ -175,6 +176,7 @@ services:
retries: 10

gemini_3h_staking-subquery-node:
profiles: [gemini_3h]
image: subquerynetwork/subql-node-substrate:latest
depends_on:
"postgres":
Expand Down Expand Up @@ -205,6 +207,7 @@ services:
retries: 10

gemini_3g_testnet_rewards-subquery-node:
profiles: [gemini_3g]
image: subquerynetwork/subql-node-substrate:latest
depends_on:
"postgres":
Expand Down

0 comments on commit 9274633

Please sign in to comment.