mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
12 lines
337 B
YAML
12 lines
337 B
YAML
services:
|
|
homarr:
|
|
image: ghcr.io/homarr-labs/homarr:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
# - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
|
|
- ../homarr/appdata:/appdata
|
|
environment:
|
|
- SECRET_ENCRYPTION_KEY=${SECRET_ENCRYPTION_KEY}
|
|
ports:
|
|
- 7575
|