chore: docker-compose update
context toegevoegd aan frontend en backend services
This commit is contained in:
parent
6918f45e34
commit
0c16f127e9
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build:
|
build:
|
||||||
|
context: .
|
||||||
dockerfile: ./frontend.Dockerfile
|
dockerfile: ./frontend.Dockerfile
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
|
@ -11,6 +12,7 @@ services:
|
||||||
- ssl:/etc/letsencrypt/live/sel2-1.ugent.be/
|
- ssl:/etc/letsencrypt/live/sel2-1.ugent.be/
|
||||||
api:
|
api:
|
||||||
build:
|
build:
|
||||||
|
context: .
|
||||||
dockerfile: ./backend.Dockerfile
|
dockerfile: ./backend.Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- '2002:2002'
|
- '2002:2002'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue