3
0
forked from jakub/ansible
Files
ansible_fencl/docker-compose/docker-compose-homarr.yml
martin.fencl d1aab54fed edit homarr
2026-02-03 17:47:28 +01:00

13 lines
422 B
YAML

services:
homarr:
container_name: 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
- /data/compose/homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=4fb16028fa1788d9a24fa93a323aa4a278524bed177c8c38454f4c4068c1b9b6
ports:
- '7575:7575'