Files
appstore-1panel/apps/homarr/1.45.2/docker-compose.yml
github-action update-app-version 186fc859a5 Update app version [skip ci]
2025-12-05 20:19:08 +00:00

21 lines
517 B
YAML

networks:
1panel-network:
external: true
services:
homarr:
image: ghcr.io/homarr-labs/homarr:v1.45.2
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