13 lines
212 B
YAML
13 lines
212 B
YAML
services:
|
|
backend:
|
|
build: ./backend
|
|
ports:
|
|
- '3000:3000'
|
|
|
|
admin:
|
|
build: ./admin
|
|
ports:
|
|
- '5173:3000'
|
|
environment:
|
|
- NEXT_PUBLIC_API_URL=https://backend.prosapp.co/api/v1
|