fix: Files moved, docs updated and server updated:

* Moved files around for better consistency
* Simplified docker file for use
* Added a  arg to the server/setup.py script for more flexibility
* Improved the current docker build and compose for the fully patched pritunl.
This commit is contained in:
Amir Moradi
2023-05-23 11:13:50 +01:00
parent c01a7d9c98
commit de5076c218
12 changed files with 329 additions and 98 deletions

View File

@@ -11,6 +11,8 @@ services:
build:
context: ../server
dockerfile: ../docker/Dockerfile
args:
- API_SERVER_DOMAIN=${API_SERVER_DOMAIN:-}
restart: always
depends_on:
- mongodb