website for making and sharing news and leaks about the decagear headset
live at decafans.com
docker build --build-arg VERSION={{commit hash or version identifier}} --build-arg LOCAL_FILE={{true || [false] -- optinal}} -t decafans .if LOCAL_FILE is enabled, you need to make a file called .env in the src directory
using the data in example.env.
otherwise, you need to supply the LOCATION, SERVER_PASSWORD and FILE_PASSWORD environment
variables on runtime so that the server knows where to get the file from and decrypt it
then
docker run -d --restart unless-stopped -p 5000:5000 --env-file docker.env decafansor in testing use
docker run -p 5000:5000 -it -v $(pwd)/src/templates:/app/decafans-server/templates decafans