Swarm/compose.yaml
2025-05-21 00:01:36 +08:00

8 lines
136 B
YAML

services:
sphere:
image: xsheep2010/dyson-sphere:latest
ports:
- "8001:8080"
volumes:
- "./keys:/app/keys"