Add Homarr-App

This commit is contained in:
2024-04-21 17:32:06 +02:00
parent a9e71c5f6b
commit f6bc8b439e
4 changed files with 58 additions and 66 deletions

View File

@ -6,3 +6,20 @@ networks:
#### SERVICES
services:
### homarr
homarr:
container_name: homarr-app
hostname: homarr-app
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./configs:/app/data/configs
- ./icons:/app/public/icons
- ./data:/data
ports:
- '7575:7575'
environment:
- TZ=Europe/Paris
networks:
- back_network