Files
simple-object-server/testing/compose.yaml
Your Name 9ba0469dea
Some checks failed
Build-Test-Publish / Build (push) Failing after 26s
:-'Generic Commit'
2025-05-30 21:52:33 +12:00

16 lines
347 B
YAML

services:
sos:
image: gitea.jde.nz/public/simple-object-storage:test
container_name: sos-test
ports:
- 7703:7703
volumes:
- ./:/testing:ro
restart: no
healthcheck:
test: ["CMD", "wget", "-qO-", "http://127.0.0.1:7703/status"]
interval: 1s
timeout: 1s
retries: 3
start_period: 1s