From 8793ff1779f6b2ae5ab867f5f8a6d394671c395d Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 11 Dec 2025 19:20:40 +0100 Subject: [PATCH] update with library desk api ENV vars --- stacks/tatlock.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stacks/tatlock.yml b/stacks/tatlock.yml index 2b1a6ec..7ca10fc 100644 --- a/stacks/tatlock.yml +++ b/stacks/tatlock.yml @@ -36,6 +36,9 @@ services: - ENABLE_BENCHMARKS=true - CORS_ORIGINS=["*"] - PYTHONPATH=/app + # Library Desk API + - LIBRARY_DESK_HOST=http://library-desk:8089 + - LIBRARY_DESK_API_KEY=${LIBRARY_API_KEY} volumes: - /home/jpmschweitzer/docker-data/tatlock/logs:/app/logs @@ -64,4 +67,4 @@ services: networks: docker-dataplane: external: true - name: docker-dataplane + name: docker-dataplane \ No newline at end of file