forked from laradock/laradock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added graylog to the list of softwares. (laradock#2177)
- Loading branch information
1 parent
ca80dd1
commit a2c7b46
Showing
6 changed files
with
603 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -387,6 +387,18 @@ CONFLUENCE_HOST_HTTP_PORT=8090 | |
|
||
GRAFANA_PORT=3000 | ||
|
||
### GRAYLOG ############################################### | ||
|
||
# password must be 16 characters long | ||
GRAYLOG_PASSWORD=somesupersecretpassword | ||
# sha256 representation of the password | ||
GRAYLOG_SHA256_PASSWORD=b1cb6e31e172577918c9e7806c572b5ed8477d3f57aa737bee4b5b1db3696f09 | ||
GRAYLOG_PORT=9000 | ||
GRAYLOG_SYSLOG_TCP_PORT=514 | ||
GRAYLOG_SYSLOG_UDP_PORT=514 | ||
GRAYLOG_GELF_TCP_PORT=12201 | ||
GRAYLOG_GELF_UDP_PORT=12201 | ||
|
||
### BLACKFIRE ############################################# | ||
|
||
# Create an account on blackfire.io. Don't enable blackfire and xDebug at the same time. # visit https://blackfire.io/docs/24-days/06-installation#install-probe-debian for more info. | ||
|
@@ -704,12 +716,12 @@ [email protected] | |
PGADMIN_DEFAULT_PASSWORD=admin | ||
|
||
### SONARQUBE ################################################ | ||
## docker-compose up -d sonarqube | ||
## docker-compose up -d sonarqube | ||
## (If you encounter a database error) | ||
## docker-compose exec --user=root postgres | ||
## docker-compose exec --user=root postgres | ||
## source docker-entrypoint-initdb.d/init_sonarqube_db.sh | ||
## (If you encounter logs error) | ||
## docker-compose run --user=root --rm sonarqube chown sonarqube:sonarqube /opt/sonarqube/logs | ||
## docker-compose run --user=root --rm sonarqube chown sonarqube:sonarqube /opt/sonarqube/logs | ||
|
||
SONARQUBE_HOSTNAME=sonar.example.com | ||
SONARQUBE_PORT=9000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
FROM graylog/graylog:3.0 | ||
|
||
EXPOSE 9000 |
Oops, something went wrong.