Updated database config

This commit is contained in:
2025-02-10 15:46:20 +00:00
parent 536aea52ba
commit 01437a8d31

View File

@@ -161,13 +161,15 @@ services:
condition: service_started
cache:
condition: service_started
# db:
# condition: service_started
db:
condition: service_started
cache:
image: valkey/valkey:7.2.5-bookworm
networks:
- am-d-model-network
restart: "unless-stopped"
volumes:
- "valkey_data:/data"
ports:
- "6379:6379"
db:
@@ -179,6 +181,8 @@ services:
- POSTGRES_USER=${POSTGRES_USER:-inveniordm}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-inveniordm}
- POSTGRES_DB=${POSTGRES_DB:-inveniordm}
volumes:
- "postgres_data:/var/lib/postgresql/data"
ports:
- 5432:5432
search:
@@ -212,4 +216,6 @@ volumes:
app_data:
uploaded_data:
archived_data:
postgres_data:
valkey_data:
caddy_data: