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

This commit is contained in:
Your Name
2025-05-30 22:11:58 +12:00
parent 9364476ac2
commit df6de22a1a
2 changed files with 1 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ ARG TARGETARCH
RUN mkdir -p /sos && mkdir -p /data/storage
COPY --chmod=0755 output/simple_object_storage.${TARGETARCH} /sos/sos
COPY --chmod=0644 testing/sos_config.json /testing/sos_config.json
# Expose port
EXPOSE 80

View File

@@ -4,8 +4,6 @@ services:
container_name: sos-test
ports:
- 7703:7703
volumes:
- $PWD/sos_config.json:/testing/sos_config.json:ro
restart: no
healthcheck:
test: ["CMD", "wget", "-qO-", "http://127.0.0.1:7703/status"]