mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 03:15:23 +02:00
14 lines
235 B
YAML
14 lines
235 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
steedos:
|
|
image: steedos/steedos-community:3.0.14
|
|
restart: always
|
|
environment:
|
|
- ROOT_URL=http://${STEEDOS_HOST}
|
|
volumes:
|
|
- steedos-data:/steedos-storage
|
|
|
|
volumes:
|
|
steedos-data:
|