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