Datentypen in Prod DB vorbereiten für release #69

Merged
PxlLoewe merged 56 commits from staging into release 2025-07-18 20:05:13 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit df2b7791a6 - Show all commits

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