diff --git a/composefiles/swarm-uniflow.yml b/composefiles/swarm-uniflow.yml index 74666081..14471577 100644 --- a/composefiles/swarm-uniflow.yml +++ b/composefiles/swarm-uniflow.yml @@ -19,7 +19,7 @@ x-logging: &logging_json services: conductor-server: - image: frinx/uniflow-conductor-server:latest + image: frinx/uniflow-conductor-server:1.0.1 # user: guest logging: *logging_loki labels: @@ -106,7 +106,7 @@ services: memory: ${ES_RES_LIMIT_MEM} frinx-frontend: - image: frinx/frinx-frontend:latest + image: frinx/frinx-frontend:1.0.1 logging: *logging_loki labels: - traefik.enable=false @@ -186,7 +186,7 @@ services: memory: ${PG_RES_LIMIT_MEM} schellar: - image: frinx/uniflow-schellar:latest + image: frinx/uniflow-schellar:1.9.3 logging: *logging_loki labels: - traefik.enable=false @@ -228,7 +228,7 @@ services: memory: ${SC_RES_LIMIT_MEM} workflow-proxy: - image: frinx/workflow-proxy:latest + image: frinx/workflow-proxy:1.0.5 user: node logging: *logging_loki labels: @@ -264,7 +264,7 @@ services: memory: ${WP_RES_LIMIT_MEM} uniresource: - image: frinx/resource-manager:latest + image: frinx/resource-manager:1.0.1 logging: *logging_loki labels: - traefik.enable=false @@ -307,7 +307,7 @@ services: memory: ${UR_RES_LIMIT_MEM} inventory: - image: frinx/frinx-inventory-server:latest + image: frinx/frinx-inventory-server:1.0.0 logging: *logging_loki labels: - traefik.enable=false diff --git a/env.template b/env.template index 90f0400f..ac749ce6 100644 --- a/env.template +++ b/env.template @@ -5,7 +5,7 @@ # Define tag of frinx/krakend image. Is used for for starting FM service krakend # or as a base image for building krakend docker image with uniconfig certificates # Allowed symbols in variable are underscore, dash, dots, numbers, a-z -BASE_KRAKEND_IMAGE_TAG="latest" +BASE_KRAKEND_IMAGE_TAG="1.0.0" # Define KrakenD tag, which is used for building local KrakenD image with uniconfig certificates. # If is empty, then is used BASE_KRAKEND_IMAGE_TAG tag