Skip to content

Commit

Permalink
Merge pull request #84 from Cingulara/develop
Browse files Browse the repository at this point in the history
Hot Fix 0.11.2
  • Loading branch information
Cingulara authored Jan 24, 2020
2 parents 59b8307 + 6bace42 commit f433797
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version : '3'
services:
### 1 Web Front End Container
openrmf-web:
image: cingulara/openrmf-web:0.11.1
image: cingulara/openrmf-web:0.11.2
ports:
- 8080:80
depends_on:
Expand Down Expand Up @@ -51,7 +51,7 @@ services:
- openrmf

openrmfapi-template:
image: cingulara/openrmf-api-template:0.11.1
image: cingulara/openrmf-api-template:0.11.2
ports:
- 8088:8080
env_file: .env
Expand Down Expand Up @@ -84,7 +84,7 @@ services:
- openrmf

openrmfapi-read:
image: cingulara/openrmf-api-read:0.11.1
image: cingulara/openrmf-api-read:0.11.2
ports:
- 8084:8080
env_file: .env
Expand Down Expand Up @@ -301,6 +301,9 @@ services:

prometheus:
image: prom/prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--web.enable-lifecycle'
restart: always
ports:
- 9090
Expand Down
3 changes: 3 additions & 0 deletions scripts/edge/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ services:

prometheus:
image: prom/prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--web.enable-lifecycle'
restart: always
ports:
- 9090
Expand Down
3 changes: 3 additions & 0 deletions scripts/local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ services:

prometheus:
image: prom/prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--web.enable-lifecycle'
restart: always
ports:
- 9090:9090
Expand Down

0 comments on commit f433797

Please sign in to comment.