initial setting
This commit is contained in:
11
docker-compose.yml
Executable file
11
docker-compose.yml
Executable file
@@ -0,0 +1,11 @@
|
||||
pystagram:
|
||||
image: django
|
||||
container_name: pystagram
|
||||
external_links:
|
||||
- mariadb
|
||||
ports:
|
||||
- '9002:8000'
|
||||
volumes:
|
||||
- './code:/code'
|
||||
command: python manage.py runserver 0.0.0.0:8000
|
||||
# command: django-admin.py startproject pystagram .
|
||||
Reference in New Issue
Block a user