Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
294 B
YAML
18 lines
294 B
YAML
services:
|
|
backend:
|
|
build: ./backend
|
|
ports:
|
|
- '3001:3001'
|
|
environment:
|
|
- PORT=3001
|
|
|
|
admin:
|
|
build:
|
|
context: ./admin
|
|
args:
|
|
- NEXT_PUBLIC_API_URL=https://backend.prosapp.co/api/v1
|
|
ports:
|
|
- '5173:3000'
|
|
environment:
|
|
- PORT=3000
|