chore(deps): update ghcr.io/medama-io/medama docker tag to v0.6.2 (#3536)
This commit is contained in:
2
apps/medama/0.6.2/.env.sample
Normal file
2
apps/medama/0.6.2/.env.sample
Normal file
@@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="medama"
|
||||
PANEL_APP_PORT_HTTP=40282
|
||||
13
apps/medama/0.6.2/data.yml
Normal file
13
apps/medama/0.6.2/data.yml
Normal 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
|
||||
21
apps/medama/0.6.2/docker-compose.yml
Normal file
21
apps/medama/0.6.2/docker-compose.yml
Normal 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
|
||||
3
apps/medama/0.6.2/scripts/uninstall.sh
Normal file
3
apps/medama/0.6.2/scripts/uninstall.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker-compose down --volumes
|
||||
Reference in New Issue
Block a user