:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 3s

This commit is contained in:
Your Name
2025-05-30 21:21:03 +12:00
parent 8bd04aa95f
commit 0bdb3ac066
6 changed files with 39 additions and 63 deletions

17
testing/compose.yaml Normal file
View File

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