mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 05:25:40 +00:00
bug: ja sem idea
This commit is contained in:
@@ -20,13 +20,9 @@ services:
|
||||
- "8200:8200" # Porta para a interface web do Duplicati
|
||||
|
||||
volumes:
|
||||
|
||||
- ./duplicati_config:/config
|
||||
|
||||
- ./duplicati_backups:/backups
|
||||
|
||||
- db_data:/var/lib/postgresql/data/:ro
|
||||
|
||||
- db_data:/source_postgres_data:ro
|
||||
|
||||
|
||||
django_app:
|
||||
@@ -37,7 +33,7 @@ services:
|
||||
- "8000:8000"
|
||||
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://192.168.0.150:8000/"]
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/"]
|
||||
interval: 5m
|
||||
timeout: 3s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user