add homarr

master
meftimes 2024-06-11 20:20:00 -04:00
parent 475ba45a65
commit f90acbabf1
1 changed files with 18 additions and 0 deletions

18
homarr/homarr.yml 100644
View File

@ -0,0 +1,18 @@
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./configs:/app/data/configs
- ./icons:/app/public/icons
- ./data:/data
ports:
- '7575:7575'
networks:
- proxy
restart: unless-stopped
networks:
proxy:
external: true