1 parent 7e9f31e commit e98c10eCopy full SHA for e98c10e
1 file changed
ansible/inventory/host_vars/mgmt-srv-01.yml
@@ -66,7 +66,7 @@ service_definitions:
66
ports:
67
- 8087:8080
68
env:
69
- DEVICES: "airscan:e0:Epson ET-2850;escl:https://epson-printer.{{ domain }}:443"
+ DEVICES: "airscan:e0:Epson ET-2850;escl:https://10.0.30.8:443"
70
PAPERLESS_URL: "https://paperless-ngx.{{ domain }}"
71
PAPERLESS_API_TOKEN: "{{ lookup('bws_cache', 'ns-tools-paperless-ngx').value.token }}"
72
PAPERLESS_DELETE_AFTER_UPLOAD: "true"
@@ -94,8 +94,8 @@ service_definitions:
94
TWINGATE_LABEL_DEPLOYED_BY: "docker"
95
state: stopped
96
- name: bws-cache
97
- image: ghcr.io/ripplefcl/bws-cache:v3.0.1
+ image: ghcr.io/ripplefcl/bws-cache:pr-116
98
99
PARSE_SECRET_VALUES: "true"
100
- LOG_LEVEL: "warning"
+ LOG_LEVEL: "debug"
101
ports: ["5000:5000"]
0 commit comments