1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-03-26 13:39:17 +00:00
parent 85eba95c5d
commit 19e60e7e36
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="medama"
PANEL_APP_PORT_HTTP=40282

View File

@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: "40282"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,21 @@
services:
medama:
image: "ghcr.io/medama-io/medama:v0.5.2"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- medama-data:/app/data
labels:
createdBy: "Apps"
volumes:
medama-data:
name: medama-data
networks:
1panel-network:
external: true

View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker-compose down --volumes