mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-13 16:10:34 +08:00
15 lines
288 B
YAML
15 lines
288 B
YAML
|
networks:
|
||
|
1panel-network:
|
||
|
external: true
|
||
|
services:
|
||
|
byte-muse-license:
|
||
|
container_name: byte-muse
|
||
|
image: envyafish/byte-muse-license:latest
|
||
|
labels:
|
||
|
createdBy: Apps
|
||
|
networks:
|
||
|
- 1panel-network
|
||
|
ports:
|
||
|
- ${PANEL_APP_PORT_HTTP}:5000
|
||
|
restart: always
|