10 lines
209 B
YAML
10 lines
209 B
YAML
version: '3'
|
|
services:
|
|
deployment_portal_frontend_service:
|
|
build: ./
|
|
image: deployment_portal_frontend_service
|
|
ports:
|
|
- 3000:8080
|
|
environment:
|
|
- BACKEND_URL=http://localhost:3000
|