Files
simple-object-server/.test-docker/compose.yaml
Your Name 77a800293f
Some checks failed
Build-Test-Publish / Build (push) Failing after 25s
:-'Generic Commit'
2025-05-30 20:32:01 +12:00

18 lines
421 B
YAML

services:
sos:
image: gitea.jde.nz/public/simple-object-storage:test
container_name: sos-test
ports:
- 7703:80
volumes:
- ${LOCALCONFIG}:/data/sos_config.json:ro
environment:
- SOS_CONFIG=/data/sos_config.json
restart: no
healthcheck:
test: ["CMD", "wget", "-qO-", "http://0.0.0.0/status"]
interval: 1s
timeout: 1s
retries: 3
start_period: 1s