1
0
Fork 0
1Panel-Appstore/homarr/1.18.1/docker-compose.yml

21 lines
512 B
YAML

networks:
1panel-network:
external: true
services:
homarr:
image: ghcr.io/ajnart/homarr:0.15.10
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
network_mode: ${NETWORK_MODE}
ports:
- ${PANEL_APP_PORT_HTTP}:7575
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${HOMARR_ROOT_PATH}/appdata:/appdata