add example dockerfile
This commit is contained in:
parent
71ea15ed2a
commit
92475c508b
1 changed files with 18 additions and 0 deletions
18
docker-compose.yaml
Normal file
18
docker-compose.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
wagtail:
|
||||
image: code.headbright.be/konstantin/iamkonstantin:1.0.0
|
||||
container_name: wagtail
|
||||
volumes:
|
||||
- ./website/:/usr/src/app/:consistent
|
||||
ports:
|
||||
- 8000:8000
|
||||
command : python manage.py runserver 0.0.0.0:8000
|
||||
env_file:
|
||||
- ./.env.production
|
||||
networks:
|
||||
- website
|
||||
|
||||
networks:
|
||||
website:
|
Loading…
Add table
Add a link
Reference in a new issue