swap backend to rust
This commit is contained in:
@ -2,13 +2,14 @@ services:
|
||||
ui:
|
||||
build: ./ui
|
||||
ports:
|
||||
- "5173:5173"
|
||||
- "3000:3000"
|
||||
backend:
|
||||
build: ./backend
|
||||
#ports:
|
||||
#- "7000:7000"
|
||||
ports:
|
||||
- "7000:7000"
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user