update docker-compose.yml
This commit is contained in:
parent
8f2d6b1613
commit
db4ea90a99
@ -4,6 +4,16 @@ services:
|
||||
build:
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- '8001:8000'
|
||||
restart: unless-stopped
|
||||
|
||||
frontend:
|
||||
build:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- '8000:8000'
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- backend
|
Loading…
Reference in New Issue
Block a user