Skip to content

Commit

Permalink
Docker image tags for FM-1.8 services
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Volak authored and marosmars committed Nov 15, 2021
1 parent 91f9c5d commit d9340c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composefiles/swarm-uniflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ x-logging: &logging_loki
services:
conductor-server:
image: frinx/uniflow-conductor-server:latest
image: frinx/uniflow-conductor-server:1.0.2
# user: guest
logging: *logging_loki
labels:
Expand Down Expand Up @@ -102,7 +102,7 @@ services:
memory: ${ES_RES_LIMIT_MEM}

frinx-frontend:
image: frinx/frinx-frontend:latest
image: frinx/frinx-frontend:1.0.3
logging: *logging_loki
labels:
- traefik.enable=false
Expand Down Expand Up @@ -224,7 +224,7 @@ services:
memory: ${SC_RES_LIMIT_MEM}

workflow-proxy:
image: frinx/workflow-proxy:latest
image: frinx/workflow-proxy:1.0.6
user: node
logging: *logging_loki
labels:
Expand Down Expand Up @@ -260,7 +260,7 @@ services:
memory: ${WP_RES_LIMIT_MEM}

uniresource:
image: frinx/resource-manager:1.0.1
image: frinx/resource-manager:1.0.2
logging: *logging_loki
labels:
- traefik.enable=false
Expand Down Expand Up @@ -303,7 +303,7 @@ services:
memory: ${UR_RES_LIMIT_MEM}

inventory:
image: frinx/frinx-inventory-server:latest
image: frinx/frinx-inventory-server:1.1.0
logging: *logging_loki
labels:
- traefik.enable=false
Expand Down

0 comments on commit d9340c3

Please sign in to comment.