mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-15 18:00:46 +02:00
This commit is contained in:
@@ -15,6 +15,8 @@ services:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
- POSTGRES_HOST=tranga-pg
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
- POSTGRES_USER=postgres
|
||||
- CHECK_CHAPTERS_BEFORE_START=false
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
|
@@ -14,6 +14,12 @@ services:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
- 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
|
||||
logging:
|
||||
driver: json-file
|
||||
@@ -41,6 +47,7 @@ services:
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
- POSTGRES_USER=postgres
|
||||
#- PGPORT=5432
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready", "-U", "postgres"]
|
||||
interval: 30s
|
||||
|
Reference in New Issue
Block a user