You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
381 B
16 lines
381 B
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.45.0@sha256:1e28bcfaf93a145f07da330a6c8990dd9d846c22dc2f6d1da52d24b4b9a0d585
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
user: "1000:1000"
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/config
|