Skip to content

Commit

Permalink
bump API/UI version for demo/prod deployments
Browse files Browse the repository at this point in the history
DEPENDS-ON: #293
  • Loading branch information
naumvd95 committed Jul 17, 2018
1 parent 68aff3e commit b111ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.demo.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.2'
services:
api:
image: kqueen/api:v0.19
image: kqueen/api:v1.0
ports:
- 127.0.0.1:5000:5000
depends_on:
Expand All @@ -23,7 +23,7 @@ services:
extra_hosts:
- "ci.mcp.mirantis.net:172.16.48.254"
ui:
image: kqueen/ui:v0.9
image: kqueen/ui:v1.0
ports:
- 127.0.0.1:5080:5080
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
volumes:
- /mnt/storage/kqueen/etcd/:/0.etcd/
api:
image: kqueen/api:v0.19
image: kqueen/api:v1.0
restart: always
environment:
KQUEEN_CONFIG_FILE: config/prod.py
Expand Down Expand Up @@ -48,7 +48,7 @@ services:
depends_on:
- ui
ui:
image: kqueen/ui:v0.9
image: kqueen/ui:v1.0
environment:
KQUEENUI_PREFERRED_URL_SCHEME: https
KQUEEN_UI_CONFIG_FILE: config/prod.py
Expand Down

0 comments on commit b111ca5

Please sign in to comment.