docker-compose.auth.yml: fix app_network

This commit is contained in:
vchikalkin 2024-01-16 13:31:54 +03:00
parent 89bbe26e55
commit 15894b6043

View File

@ -23,7 +23,7 @@ networks:
external:
name: auth_network
app_network:
external: true
name: ${NETWORK_NAME}
external:
name: ${NETWORK_NAME}
web:
external: true