Skip to content

Commit

Permalink
Merge pull request #135 from runseb/examples
Browse files Browse the repository at this point in the history
New guestbook example
  • Loading branch information
ngtuna authored Sep 1, 2016
2 parents 9415a40 + 22c65c6 commit 5d37303
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/docker-guestbook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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

0 comments on commit 5d37303

Please sign in to comment.