:-'Generic Commit'

This commit is contained in:
Your Name
2025-05-29 18:37:41 +12:00
parent 2444180a96
commit 73297c40b9
6 changed files with 84 additions and 59 deletions

11
.test-docker/compose.yaml Normal file
View File

@@ -0,0 +1,11 @@
services:
sos:
image: gitea.jde.nz/public/simple-object-storage:test
ports:
- 7703:80
volumes:
- ${LOCALCONFIG}:/data/sos_config.json:ro
environment:
- SOS_CONFIG=/data/sos_config.json
restart: no