addding explicit image versions

This commit is contained in:
William Jimenez 2017-08-07 10:42:08 -07:00
parent 39e3d9abf3
commit 542cd87ff5

View File

@ -1,7 +1,7 @@
version: '2'
services:
functions-ui:
image: iron/functions-ui
image: iron/functions-ui:latest
environment:
API_URL: http://api:8080
stdin_open: true
@ -19,7 +19,7 @@ services:
io.rancher.container.agent.role: environmentAdmin
io.rancher.container.create_agent: 'true'
setup-dbuser:
image: wjimenez5271/postgres_client
image: wjimenez5271/postgres_client:v2
environment:
PGPASSWORD: ironfunctions
PGUSER: postgres
@ -32,7 +32,7 @@ services:
io.rancher.container.pull_image: always
io.rancher.container.start_once: 'true'
functions-worker:
image: iron/functions
image: iron/functions:0.2.59
environment:
MQ_URL: redis://redis:6379/
DB_URL: postgres://postgres:ironfunctions@postgres/funcs?sslmode=disable
@ -47,7 +47,7 @@ services:
labels:
io.rancher.container.pull_image: always
setup-db:
image: wjimenez5271/postgres_client
image: wjimenez5271/postgres_client:v2
environment:
PGPASSWORD: ironfunctions
PGUSER: postgres
@ -59,7 +59,7 @@ services:
io.rancher.container.pull_image: always
io.rancher.container.start_once: 'true'
postgres:
image: postgres
image: postgres:9.6.3
environment:
POSTGRES_PASSWORD: ironfunctions
stdin_open: true
@ -68,7 +68,7 @@ services:
io.rancher.container.pull_image: always
io.rancher.sidekicks: setup-db,setup-dbuser
redis:
image: redis
image: redis:4.0.1
stdin_open: true
tty: true
labels: