Env fixes for Patchmon services.
This commit is contained in:
+2
-2
@@ -210,7 +210,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- patchmon-pg-data:/var/lib/postgresql/data
|
- patchmon-pg-data:/var/lib/postgresql/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]
|
test: ["CMD-SHELL", "pg_isready -U patchmon -d patchmon"]
|
||||||
interval: 3s
|
interval: 3s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 7
|
retries: 7
|
||||||
@@ -224,7 +224,7 @@ services:
|
|||||||
REDIS_DB: 0
|
REDIS_DB: 0
|
||||||
expose:
|
expose:
|
||||||
- 6379
|
- 6379
|
||||||
command: redis-server --requirepass ${REDIS_PASSWORD}
|
command: redis-server --requirepass ${PATCHMON_REDIS_PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
- patchmon-redis-data:/data
|
- patchmon-redis-data:/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user