From 3f22801a0d06f36db01a2775b7e9bc1b6c72d3e7 Mon Sep 17 00:00:00 2001 From: CrypticC3s4r <27031384+CrypticC3s4r@users.noreply.github.com> Date: Sat, 5 Oct 2024 18:37:56 +0200 Subject: docker: Fix the docker-based development env (#456) --- docker/.env.sample | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docker/.env.sample (limited to 'docker/.env.sample') diff --git a/docker/.env.sample b/docker/.env.sample new file mode 100644 index 00000000..0b1471a0 --- /dev/null +++ b/docker/.env.sample @@ -0,0 +1,6 @@ +# See https://docs.hoarder.app/configuration for more information +DATA_DIR=/data +MEILI_ADDR=http://127.0.0.1:7700 +MEILI_MASTER_KEY=[generate with ] +NEXTAUTH_URL=http://localhost:3000 +NEXTAUTH_SECRET=[generate with ] \ No newline at end of file -- cgit v1.2.3-70-g09d2