Skip to content

Commit 00fbcec

Browse files
authored
Update docker-compose to include proxy network
Added 'proxy' network as an external dependency.
1 parent 794017e commit 00fbcec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

infra/databases/docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- db_main_data:/var/lib/mysql
1414
networks:
1515
- db-main
16+
- proxy
1617

1718
db-secure:
1819
image: mariadb:10.11
@@ -34,5 +35,9 @@ volumes:
3435
networks:
3536
db-main:
3637
name: db-main
38+
proxy:
39+
external: true
3740
java-secure:
3841
name: java-secure-net
42+
43+

0 commit comments

Comments
 (0)