mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-17 23:51:03 +08:00
17 lines
322 B
YAML
17 lines
322 B
YAML
services:
|
|
gatus:
|
|
image: twinproduction/gatus:v5.35.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
|