Merge pull request #528 from cdrage/add-website-example

Fix the examples
This commit is contained in:
Charlie Drage 2017-04-10 12:55:38 -04:00 committed by GitHub
commit c7cfb5e481
5 changed files with 6 additions and 1 deletions

View File

@ -22,4 +22,4 @@
}
},
"version": "0.1"
}
}

View File

@ -1,19 +1,24 @@
version: "2"
services:
redis-master:
image: gcr.io/google_containers/redis:e2e
ports:
- "6379"
redis-slave:
image: gcr.io/google_samples/gb-redisslave:v1
ports:
- "6379"
environment:
- GET_HOSTS_FROM=dns
frontend:
image: gcr.io/google-samples/gb-frontend:v4
ports:
- "80:80"
environment:
- GET_HOSTS_FROM=dns
labels:
kompose.service.type: LoadBalancer