chore: update docker layout
Dockerfiles in root gezet zodat ze ook aan bestanden daarin kunnen
This commit is contained in:
parent
71f6b1b3cb
commit
0995cba88c
5 changed files with 8 additions and 13 deletions
|
@ -1,13 +1,15 @@
|
|||
services:
|
||||
web:
|
||||
build: ./frontend
|
||||
build:
|
||||
dockerfile: ./frontend.Dockerfile
|
||||
depends_on:
|
||||
- api
|
||||
ports:
|
||||
- '443:443'
|
||||
- '80:80'
|
||||
api:
|
||||
build: ./backend
|
||||
build:
|
||||
dockerfile: ./backend.Dockerfile
|
||||
ports:
|
||||
- '2002:2002'
|
||||
db:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue