chore(deps): update twinproduction/gatus docker tag to v5.35.0 (#4169)
This commit is contained in:
16
apps/gatus/5.35.0/docker-compose.yml
Normal file
16
apps/gatus/5.35.0/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user