mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-15 01:49: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-01-26@sha256:7609e7dfe368dcff33263fbdca2a0fc4b44589da2b867a1d1b905f06aef97074
|
|
restart: on-failure
|
|
volumes:
|
|
- ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads |