2022-07-28 17:46:12 +00:00
|
|
|
version: "3.7"
|
|
|
|
services:
|
|
|
|
homarr:
|
|
|
|
container_name: homarr
|
2022-10-13 22:17:31 +00:00
|
|
|
image: ghcr.io/ajnart/homarr:0.10.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
|