docker-compose update
Some checks are pending
Docker Image CI / build (push) Waiting to run

This commit is contained in:
2025-10-15 02:03:22 +02:00
parent 20f4f41c17
commit 565cf01114
2 changed files with 9 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ services:
condition: service_healthy condition: service_healthy
environment: environment:
- POSTGRES_HOST=tranga-pg - POSTGRES_HOST=tranga-pg
- POSTGRES_PASSWORD=postgres
- POSTGRES_USER=postgres
- CHECK_CHAPTERS_BEFORE_START=false - CHECK_CHAPTERS_BEFORE_START=false
restart: unless-stopped restart: unless-stopped
logging: logging:

View File

@@ -14,6 +14,12 @@ services:
condition: service_healthy condition: service_healthy
environment: environment:
- POSTGRES_HOST=tranga-pg - POSTGRES_HOST=tranga-pg
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
#- FLARESOLVERR_URL=
#- POSTGRES_COMMAND_TIMEOUT=120
#- POSTGRES_CONNECTION_TIMEOUT=
#- CHECK_CHAPTERS_BEFORE_START=false
restart: unless-stopped restart: unless-stopped
logging: logging:
driver: json-file driver: json-file
@@ -41,6 +47,7 @@ services:
environment: environment:
- POSTGRES_PASSWORD=postgres - POSTGRES_PASSWORD=postgres
- POSTGRES_USER=postgres - POSTGRES_USER=postgres
#- PGPORT=5432
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready", "-U", "postgres"] test: ["CMD-SHELL", "pg_isready", "-U", "postgres"]
interval: 30s interval: 30s