fix: fix docker-compose.prod.yml

This commit is contained in:
2026-05-01 01:12:52 +02:00
parent 788f0290d5
commit 58052e46e3

View File

@ -21,7 +21,7 @@ services:
- "8191" - "8191"
scraper: scraper:
image: gitea.anthonybouteiller.ovh/blomios/tradarr-scraper:v1.0.0 image: gitea.anthonybouteiller.ovh/blomios/tradarr-scraper:v1.1.0
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- byparr - byparr
@ -31,8 +31,9 @@ services:
- "3001" - "3001"
backend: backend:
image: gitea.anthonybouteiller.ovh/blomios/tradarr-backend:v1.0.0 image: gitea.anthonybouteiller.ovh/blomios/tradarr-backend:v1.1.0
restart: unless-stopped restart: unless-stopped
stop_grace_period: 5m
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy