Backend integration with the website UI
This commit is contained in:
+2
-15
@@ -1,22 +1,9 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
web:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "3000:3000"
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
|
||||
ai_backend:
|
||||
build:
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8000:8000"
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
- ./backend/.env
|
||||
Reference in New Issue
Block a user