feat: serve the web app and the backend from Compose
This commit is contained in:
parent
9ab02dda7f
commit
54a1298edf
@ -17,4 +17,21 @@ services:
|
||||
depends_on:
|
||||
- db
|
||||
ports:
|
||||
- 8100:8080
|
||||
- 8100:8080
|
||||
|
||||
server:
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 4044:8080
|
||||
|
||||
|
||||
web:
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 6060:80
|
||||
|
||||
Loading…
Reference in New Issue
Block a user