wip
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
|||||||
POSTGRES_USER: ${POSTGRES_USER}
|
POSTGRES_USER: ${POSTGRES_USER}
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:5432:5432"
|
- "5432:5432"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}" ]
|
test: [ "CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}" ]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
redis:
|
redis:
|
||||||
image: redis:8.2
|
image: redis:8.2
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:6379:6379"
|
- "6379:6379"
|
||||||
volumes:
|
volumes:
|
||||||
- ${PWD}/.data/redis:/data
|
- ${PWD}/.data/redis:/data
|
||||||
command: redis-server --appendonly yes # Starts Redis with AOF persistence enabled
|
command: redis-server --appendonly yes # Starts Redis with AOF persistence enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user