1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-21 12:09:40 +08:00

16 lines
303 B
YAML

networks:
1panel-network:
external: true
services:
stream-rec-frontend:
image: streamrec/stream-rec-front:main
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:15275