Commit Graph

151 Commits (553eb00e24d4950947d00815f42c743e9d44facf)

Author SHA1 Message Date
Sean Whalen 553eb00e24
Prevent runaway mysql log
We recently ran into an issue where the mysql console output was filling up the disk with

> mbind: Operation not permitted

It turns out this is a common problem with the `mysql` docker image. This is the fix.

https://stackoverflow.com/questions/55559386/how-to-fix-mbind-operation-not-permitted-in-mysql-error-log
2020-12-11 11:10:36 -05:00
Jason Kendall 0fcbf2ffd1 Bump MISP version 2020-11-12 12:08:20 -05:00
Jason Kendall e555d85f3b
Update readme to describe how to build 2020-11-03 18:50:11 -05:00
Jason Kendall d2d99616c8 Bump MISP version 2020-10-21 10:56:12 -04:00
Jason Kendall 646a37b00e Bump MISP version 2020-09-21 08:34:01 -04:00
Jason Kendall e6e33fd398
Merge pull request #65 from qh4t/fix-php-zip
Add php-zip
2020-09-11 08:37:21 -04:00
qh4t ce26836c90 Add php-zip 2020-09-10 19:35:10 -05:00
Jason Kendall 9d88c4a8b0 Merge branch 'master' of github.com:coolacid/docker-misp 2020-09-08 09:10:07 -04:00
Jason Kendall 157baedfd3 Bump MISP version 2020-09-08 09:09:45 -04:00
Jason Kendall ca7dc0a7f3
Merge pull request #62 from jtdroste/patch-1
Allow customization of the MISP Modules server
2020-08-26 09:25:39 -04:00
James Droste 3cfe803426 Add usage of MISP_MODULES_FQDN 2020-08-25 22:47:41 -07:00
James Droste 6b4ae09b08
Allow customization of the MISP Modules server
Similar to redis, we should allow the ability to customize this value, as it gets overwritten on startup
2020-08-25 17:04:06 -07:00
Jason Kendall eae2c7e27b Merge branch 'master' of github.com:coolacid/docker-misp 2020-08-24 12:03:27 -04:00
Jason Kendall 0c64ad8545 Bump MISP version to 130 2020-08-24 12:03:06 -04:00
Jason Kendall e3e47efc7d
Update docker-compose.yml
Add note about MySQL passwords being AlphaNum - Closes #56
2020-07-27 15:42:44 -04:00
Jason Kendall 7af5423bfc
Merge pull request #59 from Kagee/safe-init-49
entrypoint_nginx.sh: Make it "safe" to run with INIT=true multiple times
2020-07-27 15:28:45 -04:00
Anders Einar Hilden efcb8a7da9 entrypoint_nginx.sh: Make it "safe" to run with INIT=true multiple times 2020-07-27 15:38:25 +00:00
Jason Kendall ee997ba62b Bump MISP version 2020-07-13 14:24:14 -04:00
Jason Kendall d72dcd8f21 Bump MISP version 2020-06-28 12:51:52 -04:00
Jason Kendall f1dc59da00 Bump MISP version 2020-06-17 12:46:58 -04:00
Jason Kendall f6320cdcd1 Bump MISP version 2020-06-04 11:23:39 -04:00
Jason Kendall 270e20806d Move SSL certs /etc/nginx/certs - fixes #53 2020-05-28 20:23:33 -04:00
Jason Kendall 6fb8b182a9 Prevent globbing and word splitting 2020-05-28 19:51:41 -04:00
Jason Kendall 3773870ae3 Ensure upstream files are synced to virtual mount - closes 52 2020-05-28 19:49:27 -04:00
Jason Kendall 29949f8f5f Default to modern nginx security - resolves #50 2020-05-28 19:38:33 -04:00
Jason Kendall 9d2e722140 Default to modern nginx security - resolves #50 2020-05-28 19:33:54 -04:00
Jason Kendall 5083315a00 Revert "Ensure CA certs are updated"
This reverts commit 5b67d6c8a4.
2020-05-18 09:22:41 -04:00
Jason Kendall 5b67d6c8a4 Ensure CA certs are updated 2020-05-15 12:39:53 -04:00
Jason Kendall 2f06a0ab10 Bump MISP version 2020-05-06 14:34:15 -04:00
Jason Kendall fbf2b48a35 Bump MISP version 2020-03-31 09:32:18 -04:00
Jason Kendall 905d75b704 Create volume for MySQL Database fixes #47 2020-03-21 12:34:09 -04:00
Jason Kendall b77ce6c623 Set DB name from VAR closes #45, cleanup docker-compose env 2020-03-21 12:10:13 -04:00
Jason Kendall 7e997fb3fd Don't recreate symlinks - closes #42 2020-03-21 11:48:43 -04:00
Jason Kendall a676d0b65f Match nginx max upload to php 2020-03-20 10:14:53 -04:00
Jason Kendall 5efd4dd8f6 Add FPM timeout to nginx 2020-03-17 18:32:01 -04:00
Jason Kendall 6a7f555def Disable IPv6 option 2020-03-12 09:40:27 -04:00
Jason Kendall dcd893e069 Sync Servers now set be ENV SYNCSERVERS - Closes #40 2020-03-11 14:00:10 -04:00
Jason Kendall 7c7216b9cb Bump Version 2020-03-11 13:11:19 -04:00
Jason Kendall bf66321ba1 remove trailing space 2020-03-06 11:10:24 -05:00
Jason Kendall 49f65a9b54 Always use Bash, make fifo if it doesn't exist, closes #39 2020-03-06 11:09:11 -05:00
Jason Kendall 003d4cd1d7 Add custom entrypoint closes #15 2020-03-06 11:00:35 -05:00
Jason Kendall 0170dc6427 Simplify workers entrypoint 2020-03-05 11:22:23 -05:00
Jason Kendall 99ab81621d Add notes about upgrading and version numbers 2020-03-01 13:37:23 -05:00
Jason Kendall 3a55ba7847 Update readme for new docker-compose 2020-02-27 19:53:47 -05:00
Jason Kendall 13df7b4fea Split docker-compose and build-docker-compose 2020-02-27 19:50:42 -05:00
Jason Kendall 0d99035e4a Cleanup gitignore 2020-02-27 18:39:54 -05:00
Jason Kendall b2f76743af Fix some order of operations 2020-02-27 18:14:59 -05:00
Jason Kendall 4c7efe4977 Use distributed configs for defaults 2020-02-27 18:10:39 -05:00
Jason Kendall 1ab5ba2f21 Bump MISP Core version 2020-02-27 16:18:15 -05:00
Jason Kendall 458ddd125d Split Core and Modules version args - fixes #36 2020-02-27 16:15:22 -05:00