Add missing network in test docker-compose

This commit is contained in:
Lucian Popescu 2022-05-22 13:51:03 +03:00
parent 3a89296b83
commit 83704a55a4
1 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ services:
- fe-be
mq_proxy:
#image: lipopescu/wna:mq_proxy_latest
image: mq_proxy:latest
expose:
- 8080
@ -63,7 +62,6 @@ services:
- rmq-network
db_server:
#image: lipopescu/wna:db_server_latest
image: db_server:latest
expose:
- "3001"
@ -121,6 +119,7 @@ services:
- 8443:8443
networks:
- kong-internal
- fe-be
networks:
rmq-network: