We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a122cb commit fe9c13cCopy full SHA for fe9c13c
1 file changed
docker-compose.yml
@@ -107,7 +107,7 @@ services:
107
- MANAGER__CREDENTIALS_KEY_FILEPATH=/keys/private_key.pem
108
- OPENAEV__ENABLE=true
109
- OPENAEV__URL=http://openaev:8080
110
- - OPENAEV__TOKEN=${OPENAEV_ADMIN_EMAIL}
+ - OPENAEV__TOKEN=${OPENAEV_ADMIN_TOKEN}
111
- OPENAEV__DAEMON__SELECTOR=docker
112
- OPENAEV__DAEMON__DOCKER__NETWORK_MODE=${COMPOSE_PROJECT_NAME}_default
113
volumes:
@@ -116,7 +116,7 @@ services:
116
depends_on:
117
rsa-key-generator:
118
condition: service_healthy
119
- opencti:
+ openaev:
120
121
rabbitmq:
122
0 commit comments