This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
services:
|
||||
sos:
|
||||
image: gitea.jde.nz/public/simple-object-storage:test
|
||||
container_name: sos-test
|
||||
ports:
|
||||
- 7703:80
|
||||
volumes:
|
||||
@@ -9,7 +10,7 @@ services:
|
||||
- SOS_CONFIG=/data/sos_config.json
|
||||
restart: no
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:7703/status"]
|
||||
test: ["CMD", "wget", "-qO-", "http://0.0.0.0/status"]
|
||||
interval: 1s
|
||||
timeout: 1s
|
||||
retries: 3
|
||||
|
Reference in New Issue
Block a user