You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
308 B

version: "2"
services:
workstand:
build:
context: ./Dockerfile
command: "bash -c 'npm run watch & python manage.py runserver 0.0.0.0:8000'"
ports:
- "8000:8000"
- "3000:3000"
volumes:
- ./bikeshop_project:/code
redis:
restart: always
db:
restart: always