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.
19 lines
544 B
19 lines
544 B
7 months ago
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
app_proxy:
|
||
|
environment:
|
||
|
APP_HOST: just-download_web_1
|
||
|
APP_PORT: 5000
|
||
|
|
||
|
web:
|
||
|
image: ghcr.io/highghlow/just-download:v1.0.8@sha256:8d86964f203bc91438ce5fbe32d2799c2942fa37224c578bd0264e789486864e
|
||
|
restart: on-failure
|
||
|
stop_grace_period: 1m
|
||
|
volumes:
|
||
|
- ${APP_DATA_DIR}/data/config:/config
|
||
|
environment:
|
||
|
LOCK_TRANSMISSION_CONFIG: 1
|
||
|
CONFIG_LOCATION: /config/config.json
|
||
|
CONFIG: '{"indexers": [], "transmission": {"host": "transmission_server_1", "port": 9091}}'
|