From 8ef04fe830d504ae7a9f0ff7827dafc066490c5d Mon Sep 17 00:00:00 2001 From: nocci Date: Thu, 11 Dec 2025 12:25:17 +0000 Subject: [PATCH] Initial Taler stack with templated configs, caddy proxy, db init script --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 722da3a..203c87c 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,5 @@ +# GnuTaler Docker Setup + POSTGRES_HOST=postgres POSTGRES_PORT=5432 POSTGRES_PASSWORD=taler