diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index fb40462..a5e67cd 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -17,14 +17,6 @@ services: depends_on: - db restart: unless-stopped - healthcheck: - test: curl --fail http://localhost:8000/ht/health || exit 1 - interval: 60s - timeout: 30s - retries: 3 - start_period: 360s - labels: - - "com.centurylinklabs.watchtower.enable=false" db: image: postgres:15