addding explicit image versions
This commit is contained in:
parent
39e3d9abf3
commit
542cd87ff5
@ -1,7 +1,7 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
functions-ui:
|
functions-ui:
|
||||||
image: iron/functions-ui
|
image: iron/functions-ui:latest
|
||||||
environment:
|
environment:
|
||||||
API_URL: http://api:8080
|
API_URL: http://api:8080
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
@ -19,7 +19,7 @@ services:
|
|||||||
io.rancher.container.agent.role: environmentAdmin
|
io.rancher.container.agent.role: environmentAdmin
|
||||||
io.rancher.container.create_agent: 'true'
|
io.rancher.container.create_agent: 'true'
|
||||||
setup-dbuser:
|
setup-dbuser:
|
||||||
image: wjimenez5271/postgres_client
|
image: wjimenez5271/postgres_client:v2
|
||||||
environment:
|
environment:
|
||||||
PGPASSWORD: ironfunctions
|
PGPASSWORD: ironfunctions
|
||||||
PGUSER: postgres
|
PGUSER: postgres
|
||||||
@ -32,7 +32,7 @@ services:
|
|||||||
io.rancher.container.pull_image: always
|
io.rancher.container.pull_image: always
|
||||||
io.rancher.container.start_once: 'true'
|
io.rancher.container.start_once: 'true'
|
||||||
functions-worker:
|
functions-worker:
|
||||||
image: iron/functions
|
image: iron/functions:0.2.59
|
||||||
environment:
|
environment:
|
||||||
MQ_URL: redis://redis:6379/
|
MQ_URL: redis://redis:6379/
|
||||||
DB_URL: postgres://postgres:ironfunctions@postgres/funcs?sslmode=disable
|
DB_URL: postgres://postgres:ironfunctions@postgres/funcs?sslmode=disable
|
||||||
@ -47,7 +47,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
io.rancher.container.pull_image: always
|
io.rancher.container.pull_image: always
|
||||||
setup-db:
|
setup-db:
|
||||||
image: wjimenez5271/postgres_client
|
image: wjimenez5271/postgres_client:v2
|
||||||
environment:
|
environment:
|
||||||
PGPASSWORD: ironfunctions
|
PGPASSWORD: ironfunctions
|
||||||
PGUSER: postgres
|
PGUSER: postgres
|
||||||
@ -59,7 +59,7 @@ services:
|
|||||||
io.rancher.container.pull_image: always
|
io.rancher.container.pull_image: always
|
||||||
io.rancher.container.start_once: 'true'
|
io.rancher.container.start_once: 'true'
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres:9.6.3
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: ironfunctions
|
POSTGRES_PASSWORD: ironfunctions
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
@ -68,7 +68,7 @@ services:
|
|||||||
io.rancher.container.pull_image: always
|
io.rancher.container.pull_image: always
|
||||||
io.rancher.sidekicks: setup-db,setup-dbuser
|
io.rancher.sidekicks: setup-db,setup-dbuser
|
||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis:4.0.1
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user