From 539b6f31507853c76846b82f7614322c421db1ab Mon Sep 17 00:00:00 2001 From: hhf Date: Mon, 9 Dec 2024 11:22:39 +0530 Subject: [PATCH] Add astroluma/astroluma.xml --- astroluma/astroluma.xml | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 astroluma/astroluma.xml diff --git a/astroluma/astroluma.xml b/astroluma/astroluma.xml new file mode 100644 index 0000000..7048b04 --- /dev/null +++ b/astroluma/astroluma.xml @@ -0,0 +1,47 @@ + + + Astroluma + sanjeet990/astroluma:latest + https://hub.docker.com/r/sanjeet990/astroluma + host + + sh + false + + + + Astroluma application with MongoDB database + Other: + http://[IP]:8000 + + + + + + + PORT + 8000 + + + NODE_ENV + production + + + SECRET_KEY + a2c5f9a8b2d7e1a7f2c9c8d9b5f7a3d5 + + + MONGODB_URI + mongodb://localhost:27017/astroluma + + + + + + + /mnt/user/appdata/astroluma/uploads + /app/storage/uploads + rw + + + \ No newline at end of file