fixed core-server not being in redis network
This commit is contained in:
@@ -161,6 +161,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- postgres_network
|
- postgres_network
|
||||||
- core_network
|
- core_network
|
||||||
|
- redis_network
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -160,6 +160,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- postgres_network
|
- postgres_network
|
||||||
- core_network
|
- core_network
|
||||||
|
- redis_network
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13
|
image: postgres:13
|
||||||
|
|||||||
Reference in New Issue
Block a user