mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-07-03 02:15:38 +02:00
Get back to gluetun, cleanup
This commit is contained in:
18
docker/additional-stacks/homarr/homarr.yml
Normal file
18
docker/additional-stacks/homarr/homarr.yml
Normal file
@ -0,0 +1,18 @@
|
||||
services:
|
||||
homarr:
|
||||
container_name: homarr
|
||||
image: ghcr.io/ajnart/homarr
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${APPS_DIR}/homarr/configs:/app/data/configs
|
||||
- ${APPS_DIR}/homarr/icons:/app/public/icons
|
||||
- ${APPS_DIR}/homarr/data:/data
|
||||
networks:
|
||||
- homarr
|
||||
ports:
|
||||
- '7575:7575'
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
homarr:
|
||||
name: homarr
|
Reference in New Issue
Block a user