mirror of
https://github.com/Superredstone/patrickcanal.it.git
synced 2026-09-20 17:51:12 +02:00
chore: add dockerization
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# patrickcanal.it
|
||||
|
||||
## Docker
|
||||
Build container
|
||||
`docker build . -t patrickcanal.it`
|
||||
|
||||
Run docker run
|
||||
`docker run -p 8000:8000 patrickcanal.it -v "$(pwd)/patrickcanal.it/local_settings.py:/app/patrickcanal.it/local_settings.py" -v "$(pwd)/patrickcanal.it/db.sqlite:/app/db.sqlite"`
|
||||
|
||||
## Required variables
|
||||
### Portfolio
|
||||
Email variables will be replaced once `django-post_office` will be updated to support django 6.1 email system
|
||||
|
||||
Reference in New Issue
Block a user