Files
backstage/docker-compose.yaml
T
2020-07-15 15:13:25 +02:00

15 lines
227 B
YAML

version: '3'
services:
frontend:
image: 'spotify/backstage:latest'
ports:
- '3000:80'
backend:
image: 'example-backend:latest'
ports:
- '7000:7000'
environment:
NODE_ENV: development