1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2024-11-14 13:02:12 +00:00
parent e27069e7e9
commit 010cd3e470
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
services:
nezha-dashboard:
image: "ghcr.io/naiba/nezha-dashboard:v0.20.13"
container_name: ${CONTAINER_NAME}
restart: always
volumes:
- ./data:/dashboard/data
- ./config.yaml:/dashboard/data/config.yaml
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_GRPC}:5555
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true