chore: update docker-compose
docker compose uitgebreidt om ook front- en backend docker images te builden
This commit is contained in:
parent
987036946e
commit
d6a7cdf980
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,13 @@
|
||||||
services:
|
services:
|
||||||
|
web:
|
||||||
|
build: ./frontend
|
||||||
|
depends_on:
|
||||||
|
- api
|
||||||
|
ports:
|
||||||
|
- "443:443"
|
||||||
|
- "80:80"
|
||||||
|
api:
|
||||||
|
build: ./backend
|
||||||
db:
|
db:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue