docker-compose.yml: make auth_network external

This commit is contained in:
vchikalkin 2023-10-30 14:57:52 +03:00
parent 426d9c80a1
commit 79d8e89874

View File

@ -51,5 +51,7 @@ services:
networks:
auth_network:
external:
name: auth_network
web:
external: true