add docker compose files

This commit is contained in:
2024-11-14 14:10:22 +01:00
commit 749e9898e2
34 changed files with 717 additions and 0 deletions

14
docker-compose.homarr.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
homarr:
container_name: homarr
environment:
- TZ=Europe/Amsterdam
image: ghcr.io/ajnart/homarr:0.15.2
ports:
- 17575:7575
restart: unless-stopped
volumes:
- /opt/homarr/data:/data
- /opt/homarr/configs:/app/data/configs
- /opt/homarr/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock