1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-04-17 00:41:06 +00:00
parent 01afbe6572
commit 4cc62cf19a
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
services:
prometheus:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:9090"
volumes:
- "./data:/etc/prometheus"
image: prom/prometheus:v3.3.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true