app-store/apps/homarr/docker-compose.yml
Nicolas Meienberger d64bb1f2b7 Initial commit
2022-07-28 19:46:12 +02:00

13 lines
272 B
YAML

version: "3.7"
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:0.8.0
restart: unless-stopped
volumes:
- ${APP_DATA_DIR}/data/config:/app/data/configs
ports:
- ${APP_PORT}:7575
networks:
- tipi_main_network