mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Updated database config
This commit is contained in:
@@ -161,13 +161,15 @@ services:
|
|||||||
condition: service_started
|
condition: service_started
|
||||||
cache:
|
cache:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
# db:
|
db:
|
||||||
# condition: service_started
|
condition: service_started
|
||||||
cache:
|
cache:
|
||||||
image: valkey/valkey:7.2.5-bookworm
|
image: valkey/valkey:7.2.5-bookworm
|
||||||
networks:
|
networks:
|
||||||
- am-d-model-network
|
- am-d-model-network
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
|
volumes:
|
||||||
|
- "valkey_data:/data"
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
db:
|
db:
|
||||||
@@ -179,6 +181,8 @@ services:
|
|||||||
- POSTGRES_USER=${POSTGRES_USER:-inveniordm}
|
- POSTGRES_USER=${POSTGRES_USER:-inveniordm}
|
||||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-inveniordm}
|
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-inveniordm}
|
||||||
- POSTGRES_DB=${POSTGRES_DB:-inveniordm}
|
- POSTGRES_DB=${POSTGRES_DB:-inveniordm}
|
||||||
|
volumes:
|
||||||
|
- "postgres_data:/var/lib/postgresql/data"
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
search:
|
search:
|
||||||
@@ -212,4 +216,6 @@ volumes:
|
|||||||
app_data:
|
app_data:
|
||||||
uploaded_data:
|
uploaded_data:
|
||||||
archived_data:
|
archived_data:
|
||||||
|
postgres_data:
|
||||||
|
valkey_data:
|
||||||
caddy_data:
|
caddy_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user