docker-compose.yml: use auth_network external

This commit is contained in:
vchikalkin 2023-10-30 15:02:30 +03:00
parent 64082a73c4
commit 661da1fed5

View File

@ -18,6 +18,8 @@ services:
networks:
auth_network:
external:
name: auth_network
app_network:
external: true
name: ${NETWORK_NAME}