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

added (unfinished) docker-compose file

parent 4933eeba
No related branches found
No related tags found
No related merge requests found
version: '2'
services:
angular:
build: ./TourOfHeroes
image: angular:prod
build: ./krini-ng
image: krini-ng:prod
volumes:
- ./TourOfHeroes
- ./krini-ng
ports:
- "85:85"
environment:
DEBUG: "true"
django-rest:
build: ./tutorial
image: django-rest:prod
build: ./krini-dr
image: krini-dr:prod
command: python manage.py runserver
volumes:
- ./tutorial
- ./krini-dr
ports:
- "8000:8000"
environment:
......
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