Skip to content

Commit 058b3f9

Browse files
committed
🔧 chore(docker-compose): update db network name to centralized-postgresql_db-network
1 parent ae9db9e commit 058b3f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎docker-compose.prod.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ services:
1313
- .env
1414
networks:
1515
- production-network
16-
- db-network
16+
- centralized-postgresql_db-network
1717
restart: unless-stopped
1818

1919
networks:
2020
production-network:
2121
driver: bridge
22-
db-network:
22+
centralized-postgresql_db-network:
2323
external: true

0 commit comments

Comments
 (0)