refactor(storage): route project DSNs and remove legacy backends

This commit is contained in:
2026-08-18 18:29:09 +08:00
parent b21eaffe40
commit 6b09662de6
51 changed files with 542 additions and 10951 deletions
-15
View File
@@ -16,12 +16,8 @@ services:
- ../../resources:/app/resources
environment:
- PYTHONPATH=/app
- REDIS_HOST=redis
- REDIS_PORT=${REDIS_PORT}
- REDIS_PASSWORD=${REDIS_PASSWORD}
# Add other DB connections here as needed by your app
depends_on:
- redis
- timescaledb
- postgis
@@ -29,17 +25,6 @@ services:
# Infrastructure Services
# ==========================================
# --- Redis ---
redis:
image: redis:latest
container_name: redis
restart: always
command: redis-server --requirepass ${REDIS_PASSWORD}
ports:
- "${REDIS_PORT}:6379"
volumes:
- ./redis/data:/data
# --- Keycloak ---
keycloakDB:
image: postgis/postgis:14-3.5