fixed core-server not being in redis network

This commit is contained in:
PxlLoewe
2025-07-16 23:39:31 -07:00
parent 7be0c701a4
commit df2b7791a6
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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