add ui docker build
This commit is contained in:
@ -6,6 +6,15 @@ services:
|
||||
command: --host 0.0.0.0
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
frontend:
|
||||
build: ./ui
|
||||
ports:
|
||||
- "3000:3000"
|
||||
command: --host 0.0.0.0
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user