docker: Use a .env file

This commit is contained in:
noirscape
2020-04-06 21:43:12 +02:00
parent 4e961192d4
commit d2da8d0b9a
4 changed files with 18 additions and 8 deletions

10
env.example Normal file
View File

@@ -0,0 +1,10 @@
# Port that exposes the HTTP frontend
PORT=9000
# Path to the mango main directory
# This directory holds the database and the library files
MAIN_DIRECTORY_PATH=
# Path to the mango config directory
# This directory holds the mango configuration path
CONFIG_DIRECTORY_PATH=