feat: add a dummy web UI served by nginx in a container
This commit is contained in:
parent
e605bf8603
commit
4bd3ab2d2d
5 changed files with 54 additions and 0 deletions
|
|
@ -19,6 +19,16 @@ services:
|
|||
- public
|
||||
- database
|
||||
|
||||
webui:
|
||||
build: ./frontend
|
||||
image: simugaz/frontend:latest
|
||||
ports:
|
||||
- 3000:80
|
||||
networks:
|
||||
- public
|
||||
depends_on:
|
||||
- api
|
||||
|
||||
db:
|
||||
image: postgres:18-alpine
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue