Files
backstage/docker-compose.yaml
T
2020-09-06 20:01:21 +02:00

13 lines
242 B
YAML

# Make sure that before you
# run the docker-compose that you have run
# $ yarn docker-build
version: '3'
services:
backstage:
image: 'example-backend:latest'
ports:
- '7000:7000'
environment:
NODE_ENV: development