From 4520d4520f24aad1e2c989c33e587fc022500a99 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 4 Mar 2024 11:34:54 -0300 Subject: [PATCH] Add initial local user DB support --- compose.local-users.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 compose.local-users.yml diff --git a/compose.local-users.yml b/compose.local-users.yml new file mode 100644 index 0000000..293a2c2 --- /dev/null +++ b/compose.local-users.yml @@ -0,0 +1,12 @@ +--- +version: "3.8" + +services: + app: + volumes: + - users:/opt/users + environment: + - LINK_USERS=/opt/users/ + +volumes: + users: