appstore-1panel/dockge/dozzle/docker-compose.yml
2024-11-28 09:03:16 +00:00

33 lines
611 B
YAML

networks:
1panel-network:
external: true
services:
dozzle:
container_name: dozzle
env_file:
- ./envs/global.env
- .env
environment:
- DOZZLE_ADDR=:8080
- DOZZLE_BASE=/
- DOZZLE_LEVEL=info
healthcheck:
interval: 3s
retries: 5
start_period: 30s
test:
- CMD
- /dozzle
- healthcheck
timeout: 30s
image: amir20/dozzle:v8.8.2
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock