Files
appstore-1panel/apps/metatube-server-memory/1.3.2/docker-compose.yml
github-action update-app-version 281da12ae2 Update app version [skip ci]
2025-08-10 21:10:24 +00: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}