chore(deps): update ghcr.io/medama-io/medama docker tag to v0.6.2 (#3536)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user