Skip to content

Commit e98c10e

Browse files
committed
feat(bws-cache): upgrade to latest release
1 parent 7e9f31e commit e98c10e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/inventory/host_vars/mgmt-srv-01.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ service_definitions:
6666
ports:
6767
- 8087:8080
6868
env:
69-
DEVICES: "airscan:e0:Epson ET-2850;escl:https://epson-printer.{{ domain }}:443"
69+
DEVICES: "airscan:e0:Epson ET-2850;escl:https://10.0.30.8:443"
7070
PAPERLESS_URL: "https://paperless-ngx.{{ domain }}"
7171
PAPERLESS_API_TOKEN: "{{ lookup('bws_cache', 'ns-tools-paperless-ngx').value.token }}"
7272
PAPERLESS_DELETE_AFTER_UPLOAD: "true"
@@ -94,8 +94,8 @@ service_definitions:
9494
TWINGATE_LABEL_DEPLOYED_BY: "docker"
9595
state: stopped
9696
- name: bws-cache
97-
image: ghcr.io/ripplefcl/bws-cache:v3.0.1
97+
image: ghcr.io/ripplefcl/bws-cache:pr-116
9898
env:
9999
PARSE_SECRET_VALUES: "true"
100-
LOG_LEVEL: "warning"
100+
LOG_LEVEL: "debug"
101101
ports: ["5000:5000"]

0 commit comments

Comments
 (0)