adding a docker-compose file for starting a server

This commit is contained in:
Luke Policinski
2020-06-23 12:28:21 -04:00
parent 70d275bb1c
commit 0b9f860138
4 changed files with 42 additions and 0 deletions

4
.env-example Normal file
View File

@@ -0,0 +1,4 @@
PORT=8080
DOMAIN=example.com
ADMIN_USERNAME=username
ADMIN_PASSWORD=password