diff --git a/templates/iron-functions/0/docker-compose.yml b/templates/iron-functions/0/docker-compose.yml index bc9954e..9d7b344 100644 --- a/templates/iron-functions/0/docker-compose.yml +++ b/templates/iron-functions/0/docker-compose.yml @@ -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: