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.
mvapi/docker-compose.yml

13 lines
173 B

version: '3'
services:
web:
image: drf-tdd:latest
command: python manage.py runserver 0.0.0.0:8000
volumes:
- ./:/code
ports:
- "8012:8000"