Implement #11 mhu/11-add-docker-compose-setup: Add compose setup #12
No reviewers
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mhu/shimatta-kenkyusho#12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "mhu/11-add-docker-compose-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This implements issue #11
Currently it is only possible to set up the service using an interactive shell with manage.py...
However, it should be possible to generate some different contexts with docker compose to run an initial setup and a backup/restore.
But I think I will put that into a follow-up issue.
@ -0,0 +18,4 @@
# Secret Key. Must be edited before deployment
DJANGO_SECRET_KEY=534hj5jgh4365ghj35jgh245jgh24
# Allowed host be be accessed. Currently it is only possible to specify a single URL
*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
on the other hand - all other urls are only single ones - so just ignore my comment ;)