Prod packaging v1 (#23)

* Sets media directory for prod

* Improved logging; Added docker files for prod

* Improved fetching SECRET_KEY_BASE for selfhosted instances
This commit is contained in:
Kieran
2024-02-16 18:50:00 -08:00
committed by GitHub
parent b81c8d64b3
commit 1f56db01a5
13 changed files with 234 additions and 16 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
version: '3'
services:
phx:
build: .
build:
context: .
dockerfile: dev.Dockerfile
volumes:
- '.:/app'
ports: