1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-15 11:02:30 +08:00
1Panel-Appstore/apps/gatus/5.34.0/docker-compose.yml
pooneyy c2c0604caf
feat(gatus): add gatus application with version 5.34.0
- add version-specific directory with config, docker-compose, and data files
- add main application data.yml with metadata and multi-language descriptions
- add logo image for the application
- add README files in both Chinese and English with configuration and usage instructions
2026-01-13 22:36:47 +08:00

17 lines
322 B
YAML

services:
gatus:
image: twinproduction/gatus:v5.34.0
ports:
- ${PANEL_APP_PORT_HTTP}:8080
volumes:
- ./config:/config
- ./data:/data/
container_name: ${CONTAINER_NAME}
networks:
- 1panel-network
labels:
createdBy: Apps
networks:
1panel-network:
external: true