docker-compose.yml: add network app_network
This commit is contained in:
parent
18e28c52e0
commit
9085fa39c8
@ -27,6 +27,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- auth_network
|
- auth_network
|
||||||
|
- app_network
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user