mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
16 lines
381 B
YAML
16 lines
381 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: autobrr_web_1
|
|
APP_PORT: 7474
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
web:
|
|
image: ghcr.io/autobrr/autobrr:v1.44.0@sha256:313e146f0d64f489ffb0bc10c8c2e1bfa072c20cb220b7317f2b1eeda712f49b
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
user: "1000:1000"
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/config |