Skip to content

Commit

Permalink
Merge pull request #163 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
develop
  • Loading branch information
gabrielrufino authored May 28, 2023
2 parents 1c8b3b5 + dfbb741 commit 4f7db67
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- 3002:3000
restart: ${GITEA_RESTART_POLICY-no}
grafana:
image: grafana/grafana:${GRAFANA_VERSION-9.4.7}
image: grafana/grafana:${GRAFANA_VERSION-9.5.2}
container_name: ${GRAFANA_CONTAINER_NAME-}
ports:
- 3000:3000
Expand Down Expand Up @@ -82,7 +82,7 @@ services:
command: -config.file=/etc/loki/local-config.yaml
restart: ${LOKI_RESTART_POLICY-no}
matomo:
image: matomo:${MATOMO_VERSION-4.14.1}
image: matomo:${MATOMO_VERSION-4.14.2}
container_name: ${MATOMO_CONTAINER_NAME-}
ports:
- 8086:80
Expand All @@ -107,7 +107,7 @@ services:
MAUTIC_RUN_CRON_JOBS: ${MAUTIC_RUN_CRON_JOBS-}
restart: ${MAUTIC_RESTART_POLICY-no}
metabase:
image: metabase/metabase:${METABASE_VERSION-v0.46.0}
image: metabase/metabase:${METABASE_VERSION-v0.46.4}
container_name: ${METABASE_CONTAINER_NAME-}
ports:
- 3001:3000
Expand Down Expand Up @@ -286,7 +286,7 @@ services:
- rethinkdb:/data
restart: ${RETHINKDB_RESTART_POLICY-no}
sonarqube:
image: sonarqube:${SONARQUBE_VERSION-9.9.0-community}
image: sonarqube:${SONARQUBE_VERSION-9.9.1-community}
container_name: ${SONARQUBE_CONTAINER_NAME-}
ports:
- 9001:9000
Expand Down
2 changes: 1 addition & 1 deletion docs/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ docker compose up -d grafana

| **Name** | **Default** |
| ---------------------- | ----------- |
| GRAFANA_VERSION | 9.4.7 |
| GRAFANA_VERSION | 9.5.2 |
| GRAFANA_CONTAINER_NAME | |
| GRAFANA_RESTART_POLICY | no |
2 changes: 1 addition & 1 deletion docs/matomo.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ docker compose up -d matomo

| **Name** | **Default** |
| ------------------------ | ----------- |
| MATOMO_VERSION | 4.14.1 |
| MATOMO_VERSION | 4.14.2 |
| MATOMO_CONTAINER_NAME | |
| MATOMO_RESTART_POLICY | no |
2 changes: 1 addition & 1 deletion docs/metabase.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ docker compose up -d metabase

| **Name** | **Default** |
| ----------------------- | ----------- |
| METABASE_VERSION | v0.46.0 |
| METABASE_VERSION | v0.46.4 |
| METABASE_CONTAINER_NAME | |
| METABASE_RESTART_POLICY | no |
2 changes: 1 addition & 1 deletion docs/sonarqube.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ docker compose up -d sonarqube

| **Name** | **Default** |
| ------------------------ | --------------- |
| SONARQUBE_VERSION | 9.9.0-community |
| SONARQUBE_VERSION | 9.9.1-community |
| SONARQUBE_CONTAINER_NAME | |
| SONARQUBE_RESTART_POLICY | no |

0 comments on commit 4f7db67

Please sign in to comment.