This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 3456:3456
|
- 3456:3456
|
||||||
volumes:
|
volumes:
|
||||||
- ./files:/app/vikunja/files
|
- /home/ccalifice/docker-data/vikunja/files:/app/vikunja/files
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -28,7 +28,7 @@ services:
|
|||||||
POSTGRES_PASSWORD: ejcurt!898f!
|
POSTGRES_PASSWORD: ejcurt!898f!
|
||||||
POSTGRES_USER: vikunja
|
POSTGRES_USER: vikunja
|
||||||
volumes:
|
volumes:
|
||||||
- ./db:/var/lib/postgresql/data
|
- /home/ccalifice/docker-data/vikunja/db:/var/lib/postgresql/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -h localhost -U $$POSTGRES_USER"]
|
test: ["CMD-SHELL", "pg_isready -h localhost -U $$POSTGRES_USER"]
|
||||||
|
|||||||
Reference in New Issue
Block a user