mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 17:39:17 +00:00
13 lines
338 B
YAML
13 lines
338 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: metube_metube_1
|
|
APP_PORT: 8081
|
|
|
|
metube:
|
|
image: ghcr.io/alexta69/metube:2024-10-02@sha256:e6d8b16f9a06da470853fa8bcada80ca673721b4f631c019a900d7a7edeef90c
|
|
restart: on-failure
|
|
volumes:
|
|
- ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads |