docker-compose.yml: use auth_network external
This commit is contained in:
parent
64082a73c4
commit
661da1fed5
@ -18,6 +18,8 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
auth_network:
|
auth_network:
|
||||||
|
external:
|
||||||
|
name: auth_network
|
||||||
app_network:
|
app_network:
|
||||||
external: true
|
external: true
|
||||||
name: ${NETWORK_NAME}
|
name: ${NETWORK_NAME}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user