mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +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
|
- "8200:8200" # Porta para a interface web do Duplicati
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
||||||
- ./duplicati_config:/config
|
- ./duplicati_config:/config
|
||||||
|
|
||||||
- ./duplicati_backups:/backups
|
- ./duplicati_backups:/backups
|
||||||
|
- db_data:/source_postgres_data:ro
|
||||||
- db_data:/var/lib/postgresql/data/:ro
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
django_app:
|
django_app:
|
||||||
@@ -37,7 +33,7 @@ services:
|
|||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://192.168.0.150:8000/"]
|
test: ["CMD", "curl", "-f", "http://localhost:8000/"]
|
||||||
interval: 5m
|
interval: 5m
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user