mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
10 lines
218 B
YAML
10 lines
218 B
YAML
services:
|
|
server:
|
|
image: ghcr.io/spacedriveapp/spacedrive/server:latest
|
|
ports:
|
|
- 8080
|
|
environment:
|
|
- SD_AUTH=${SD_USERNAME}:${SD_PASSWORD}
|
|
volumes:
|
|
- /var/spacedrive:/var/spacedrive
|