mirror of https://github.com/MISP/misp-docker
Point docker-compose at hub images
parent
0dac61ed64
commit
7a6d6eb0a3
|
@ -4,7 +4,7 @@ services:
|
||||||
image: redis:5.0.6
|
image: redis:5.0.6
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mysql
|
image: mysql:8.0.19
|
||||||
command: --default-authentication-plugin=mysql_native_password
|
command: --default-authentication-plugin=mysql_native_password
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
@ -14,7 +14,7 @@ services:
|
||||||
- "MYSQL_DATABASE=misp"
|
- "MYSQL_DATABASE=misp"
|
||||||
|
|
||||||
misp:
|
misp:
|
||||||
image: misp
|
image: coolacid/docker-misp:core-latest
|
||||||
build: server/.
|
build: server/.
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
|
@ -34,7 +34,7 @@ services:
|
||||||
- "INIT=true" # Initialze MISP, things includes, attempting to import SQL and the Files DIR
|
- "INIT=true" # Initialze MISP, things includes, attempting to import SQL and the Files DIR
|
||||||
|
|
||||||
misp-modules:
|
misp-modules:
|
||||||
image: misp-modules
|
image: coolacid/docker-misp:modules-latest
|
||||||
build: modules/.
|
build: modules/.
|
||||||
environment:
|
environment:
|
||||||
- "REDIS_BACKEND=redis"
|
- "REDIS_BACKEND=redis"
|
||||||
|
|
Loading…
Reference in New Issue