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
|
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:
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user