Skip to content
Snippets Groups Projects
Commit 4933eeba authored by Luckeneder Marcel's avatar Luckeneder Marcel
Browse files

added (unfinished) docker-compose file

parent f4ef188d
No related branches found
No related tags found
No related merge requests found
version: '2'
services:
angular:
build: ./TourOfHeroes
image: angular:prod
volumes:
- ./TourOfHeroes
ports:
- "85:85"
environment:
DEBUG: "true"
django-rest:
build: ./tutorial
image: django-rest:prod
command: python manage.py runserver
volumes:
- ./tutorial
ports:
- "8000:8000"
environment:
DEBUG: "true"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment