Skip to content

Commit

Permalink
Use latest frinx frontend tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Volak authored and Jozefiel committed Jan 10, 2022
1 parent 96dd148 commit 491e57b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composefiles/swarm-uniflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ services:
memory: ${ES_RES_LIMIT_MEM}

frinx-frontend:
image: frinx/frinx-frontend:1.0.3
image: frinx/frinx-frontend:latest
logging: *logging_loki
labels:
- traefik.enable=false
Expand Down
3 changes: 2 additions & 1 deletion config/frinx-frontend/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"usermanagement_enabled": false,
"url_basename": "/frinxui",
"uniconfig_api_docs_url": "https://editor.swagger.io/?url=https://gist.githubusercontent.com/marosmars/4951c0395837cc04cae374c2a01eb209/raw/fb2e3d579679753b424f86170b54135bec668768/uniconfig_427.yaml",
"uniflow_api_docs_url":"/api/uniflow/docs"
"uniflow_api_docs_url":"/api/uniflow/docs",
"msal_authority": "https://login.microsoftonline.com/common/"
}

0 comments on commit 491e57b

Please sign in to comment.