Changed compose

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
Sebastian Waldbauer
2020-11-02 14:44:56 +01:00
parent 08a44f654b
commit 282093dddb

View File

@@ -22,7 +22,7 @@ services:
# IntelMQ with IntelMQ-Manager!
intelmq-full:
image: intelmq-full:latest
image: certat/intelmq-full:latest
volumes:
- /home/sebastian/Projects/docker/intelmq/etc:/opt/intelmq/etc
- /home/sebastian/Projects/docker/intelmq-manager:/opt/intelmq-manager/config
@@ -43,19 +43,6 @@ services:
- intelmq-network
- intelmq-database
adminer:
image: adminer
ports:
- 8080:8080
depends_on:
- postgres
environment:
ADMINER_DEFAULT_DB_DRIVER: pgsql
ADMINER_DEFAULT_DB_HOST: postgres
ADMINER_DEFAULT_DB_NAME: adminer
networks:
- intelmq-database
networks:
intelmq-network:
driver: bridge