docker-compose.yml: add network app_network

This commit is contained in:
vchikalkin 2023-10-18 13:51:23 +03:00
parent 18e28c52e0
commit 9085fa39c8

View File

@ -27,6 +27,7 @@ services:
restart: always
networks:
- auth_network
- app_network
redis:
image: redis:7-alpine