mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 23:02:03 -05: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
|