1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-28 10:04:59 +08:00

22 lines
566 B
YAML

networks:
1panel-network:
external: true
services:
metatube-server:
image: ghcr.io/metatube-community/metatube-server:1.3.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
network_mode: ${NETWORK_MODE}
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
environment:
- HTTPS_PROXY=${HTTP_PROXY}
- DB_AUTO_MIGRATE=true
- PORT=${PANEL_APP_PORT_HTTP}