迭代应用 AutoLady ==> ByteMuse

This commit is contained in:
2025-03-07 21:19:09 +08:00
parent a343a6c337
commit 8647215e7c
8 changed files with 77 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
networks:
1panel-network:
external: true
services:
byte-muse-license:
image: envyafish/byte-muse-license:latest
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5000