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