Delete docker-compose.yaml

This commit is contained in:
Patrik Oldsberg
2020-10-09 11:24:20 +02:00
committed by GitHub
parent c852e7b09d
commit 93b66a348a
-12
View File
@@ -1,12 +0,0 @@
# 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