Merge branch 'patch/add-apps' into localApps
This commit is contained in:
21
apps/metatube-server-memory/1.3.2/docker-compose.yml
Normal file
21
apps/metatube-server-memory/1.3.2/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
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}
|
||||
Reference in New Issue
Block a user