Sanitized mirror from private repository - 2026-03-07 08:33:21 UTC
This commit is contained in:
22
hosts/synology/atlantis/homarr.yaml
Normal file
22
hosts/synology/atlantis/homarr.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
# Homarr - Modern dashboard for your homelab
|
||||
# Port: 7575
|
||||
# Docs: https://homarr.dev/
|
||||
#
|
||||
# Data stored in: /volume2/metadata/docker/homarr/appdata
|
||||
# Database: SQLite at /appdata/db/db.sqlite
|
||||
|
||||
services:
|
||||
homarr:
|
||||
image: ghcr.io/homarr-labs/homarr:latest
|
||||
container_name: homarr
|
||||
environment:
|
||||
- TZ=America/Los_Angeles
|
||||
- SECRET_ENCRYPTION_KEY=${HOMARR_SECRET_KEY}
|
||||
volumes:
|
||||
- /volume2/metadata/docker/homarr/appdata:/appdata
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- "7575:7575"
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
Reference in New Issue
Block a user