Skip to content

Commit

Permalink
Fixing flower user and password for oclapi2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Aug 20, 2020
1 parent 6cc97e5 commit 8102ac4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/oclapi2-qa/docker-compose.yml
Expand Up @@ -55,11 +55,11 @@ services:
- celery
- redis
environment:
- FLOWER_USER=${FLOWER_USER-root}
- FLOWER_PASSWORD=${FLOWER_PASSWORD-Root123}
- FLOWER_USER=${FLOWER_USER-ocladmin}
- FLOWER_PASSWORD=${FLOWER_PASSWORD-OclAdm1n@123}
restart: "always"
healthcheck:
test: "curl -u ${FLOWER_USER-flower}:${FLOWER_PASSWORD-Flower123} -f http://localhost:5555/"
test: "curl -u ${FLOWER_USER-ocladmin}:${FLOWER_PASSWORD-OclAdm1n@123} -f http://localhost:5555/"
es:
image: elasticsearch:7.8.1
environment:
Expand Down

0 comments on commit 8102ac4

Please sign in to comment.