Initial commit
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
backend:
|
||||
build: ./dota-random-builds-back
|
||||
volumes:
|
||||
- backend-data:/app/data
|
||||
expose:
|
||||
- "8000"
|
||||
|
||||
frontend:
|
||||
build: ./dota-random-builds-front
|
||||
ports:
|
||||
- "80:80"
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
volumes:
|
||||
backend-data:
|
||||
Reference in New Issue
Block a user