1
0
1Panel-Appstore/apps/hubproxy/latest/docker-compose.yml

23 lines
472 B
YAML
Raw Normal View History

2025-09-16 11:21:13 +08:00
services:
hubproxy:
image: ghcr.io/sky22333/hubproxy:latest
pull_policy: always
2025-09-16 11:21:13 +08:00
container_name: ${CONTAINER_NAME}
ports:
2025-09-16 11:38:08 +08:00
- "${PANEL_APP_PORT_HTTP}:5000"
2025-09-16 11:21:13 +08:00
volumes:
2025-09-16 11:30:24 +08:00
- ./data/config.toml:/root/config.toml
2025-09-16 11:21:13 +08:00
logging:
driver: json-file
options:
max-size: "1g"
max-file: "2"
labels:
createdBy: "Apps"
networks:
- 1panel-network
restart: always
networks:
1panel-network:
external: true