kompose/script/test/fixtures/keyonly-envs/env.yml
2016-12-19 11:23:42 +01:00

26 lines
517 B
YAML

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
- RACK_ENV=development
- SHOW=true
- SESSION_SECRET
frontend:
image: gcr.io/google-samples/gb-frontend:v4
ports:
- "80:80"
environment:
GET_HOSTS_FROM: dns
RACK_ENV: development
SHOW: 'true'
SESSION_SECRET: