1
0

chore(deps): update ghcr.io/medama-io/medama docker tag to v0.6.2 (#3536)

This commit is contained in:
renovate[bot]
2026-01-18 19:12:58 +00:00
committed by GitHub
parent 599977442e
commit 6c4721a8ac
4 changed files with 1 additions and 1 deletions

View File

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

View File

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

View File

@@ -0,0 +1,21 @@
services:
medama:
image: "ghcr.io/medama-io/medama:v0.6.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