16 lines
394 B
YAML
16 lines
394 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: metube_metube_1
|
|
APP_PORT: 8081
|
|
|
|
metube:
|
|
image: ghcr.io/alexta69/metube:2026.04.26@sha256:ee9a49b477215d33a8c330e9b9bb5c70588e265637cba9ff3888b75b87c00bf0
|
|
restart: on-failure
|
|
volumes:
|
|
- ${DFWEBOS_ROOT}/data/storage/downloads/metube:/downloads
|
|
environment:
|
|
- DELETE_FILE_ON_TRASHCAN=true
|