1
0
Fork 0
mirror of https://github.com/demostf/setup synced 2026-06-03 16:44:06 +02:00
Hosting setup for demos.tf
Find a file
2017-04-11 01:03:25 +02:00
.gitignore add api and DB 2017-03-19 17:42:29 +01:00
api.tmpl add api and upload 2017-03-20 23:54:45 +01:00
docker-compose.yml add missing api env 2017-04-11 01:03:25 +02:00
nginx.tmpl add api and DB 2017-03-19 17:42:29 +01:00
README.md add api and DB 2017-03-19 17:42:29 +01:00

Setup

Hosting setup for demos.tf

Usage

Create a .env file with the following values:

  • HOST
  • PORT
  • HTTPS_PORT
  • EMAIL
  • DB_PASSWORD

Start the containers:

docker-compose up -d