use variable
This commit is contained in:
@@ -107,8 +107,8 @@ apps:
|
||||
mounts:
|
||||
- "{{configs_dir}}/librarian/config.yml:/app/config.yml"
|
||||
redlib:
|
||||
needs_data_dir: false
|
||||
needs_configs_dir: false
|
||||
needs_data_dir: true
|
||||
needs_configs_dir: true
|
||||
docker_settings:
|
||||
services:
|
||||
- name: redlib
|
||||
@@ -127,8 +127,8 @@ apps:
|
||||
ports:
|
||||
- "6464:9980"
|
||||
mounts:
|
||||
- "./cache:/cache"
|
||||
- "/opt/configs-privfrontends/redlib/policy.yml:/policy.yml:ro"
|
||||
- "{{data_dir}}/redlib/cache:/cache"
|
||||
- "{{configs_dir}}/redlib/policy.yml:/policy.yml:ro"
|
||||
environment:
|
||||
GOAWAY_BIND: ":9980"
|
||||
GOAWAY_BIND_NETWORK: "proxy"
|
||||
|
Reference in New Issue
Block a user