mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-01-19 00:35:33 +01:00
19 lines
411 B
YAML
19 lines
411 B
YAML
|
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
|