1
0

feat:添加medama到列表

This commit is contained in:
okxlin
2024-08-08 23:25:05 +08:00
parent 2012a6bd66
commit 04cfa6678a
11 changed files with 118 additions and 0 deletions

View File

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