Enable docker containing debugging
This commit is contained in:
@@ -4,6 +4,7 @@ services:
|
||||
web:
|
||||
build: ./rad
|
||||
command: python manage.py runserver 0.0.0.0:8000
|
||||
#command: pip install -r requirements.txt
|
||||
volumes:
|
||||
- ./rad/:/usr/src/rad/
|
||||
- ../rts/:/usr/src/rad/rts
|
||||
@@ -12,6 +13,7 @@ services:
|
||||
- ./static:/usr/src/static
|
||||
ports:
|
||||
- 8000:8000
|
||||
- 3459:3459
|
||||
env_file:
|
||||
- ./.env.dev
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user