summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 6a854475..afda8726 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -32,15 +32,13 @@ services:
# statistics_enabled: false
hmac_key: "CHANGE_ME!!"
healthcheck:
- test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
+ test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
interval: 30s
timeout: 5s
retries: 2
- depends_on:
- - invidious-db
invidious-db:
- image: docker.io/library/postgres:13
+ image: docker.io/library/postgres:14
restart: unless-stopped
volumes:
- postgresdata:/var/lib/postgresql/data