Implement #11 mhu/11-add-docker-compose-setup: Add compose setup #12

Merged
mhu merged 9 commits from mhu/11-add-docker-compose-setup into develop 2024-11-17 20:19:29 +01:00
Showing only changes of commit 8a8f2cdea4 - Show all commits

View File

@ -18,7 +18,7 @@ PORT=8000
# Secret Key. Must be edited before deployment # Secret Key. Must be edited before deployment
DJANGO_SECRET_KEY=534hj5jgh4365ghj35jgh245jgh24 DJANGO_SECRET_KEY=534hj5jgh4365ghj35jgh245jgh24
# Allowed host be be accessed. Currently it is only possible to specify a single URL # Allowed host to be accessed. Currently it is only possible to specify a single URL
mhu marked this conversation as resolved Outdated
Outdated
Review

*to be accessed

...on the other hand this is a list in Django - not really necessary, but consider changing to a list seperated by semicoli

*to be accessed ...on the other hand this is a list in Django - not really necessary, but consider changing to a list seperated by semicoli
Outdated
Review

on the other hand - all other urls are only single ones - so just ignore my comment ;)

on the other hand - all other urls are only single ones - so just ignore my comment ;)
DJANGO_ALLOWED_HOST=lab.example.com DJANGO_ALLOWED_HOST=lab.example.com
# Media URL for images and other content # Media URL for images and other content