1
0

Update ghcr.io/metatube-community/metatube-server Docker tag to v1.3.2 (#1134)

This commit is contained in:
renovate[bot]
2025-08-11 05:13:26 +08:00
committed by GitHub
parent 4536335c2b
commit e37288ac54
10 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
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
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${METATUBE_ROOT_PATH}/data:/var/run
environment:
- HTTPS_PROXY=${HTTP_PROXY}
- DB_MAX_IDLE_CONNS=0
- DB_MAX_OPEN_CONNS=0
- DB_PREPARED_STMT=false
- DB_AUTO_MIGRATE=true
command: -dsn "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_NAME}" -port 8080 -db-auto-migrate -db-prepared-stmt