app-store/apps/homarr/docker-compose.yml

14 lines
322 B
YAML
Raw Normal View History

2022-07-28 17:46:12 +00:00
version: "3.7"
services:
homarr:
container_name: homarr
2022-08-24 08:27:08 +00:00
image: ghcr.io/ajnart/homarr:0.9.2
2022-07-28 17:46:12 +00:00
restart: unless-stopped
volumes:
- ${APP_DATA_DIR}/data/config:/app/data/configs
2022-08-24 08:27:08 +00:00
- /var/run/docker.sock:/var/run/docker.sock
2022-07-28 17:46:12 +00:00
ports:
- ${APP_PORT}:7575
networks:
- tipi_main_network