1
0
Fork 0
1Panel-Appstore/apps/glance-agent/latest/docker-compose.yml

20 lines
420 B
YAML

services:
agent-image:
image: vuldocker/glance-agent:latest
pull_policy: always
container_name: ${CONTAINER_NAME}
restart: unless-stopped
ports:
- ${PANEL_APP_PORT_HTTP}:8000
volumes:
- /etc/hostname:/host/etc/hostname:ro
networks:
- 1panel-network
environment:
- TZ=Asia/Shanghai
labels:
createdBy: Apps
networks:
1panel-network:
external: true