#1 #2: first 'production' deployment (will get better); encrypted production secrets; add Makefile

This commit is contained in:
Lexi / Zoe 2019-10-19 01:48:41 +02:00
parent 0a477144b4
commit 122faa1c5d
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
5 changed files with 50 additions and 2 deletions

View file

@ -0,0 +1,9 @@
version: "3"
services:
django-server:
build: ../../
ports:
- "8042:8042"
env_file:
- production.secrets.env