Skip to content

Commit fe9c13c

Browse files
authored
[docker] Rename service 'opencti' to 'openaev'
1 parent 7a122cb commit fe9c13c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ services:
107107
- MANAGER__CREDENTIALS_KEY_FILEPATH=/keys/private_key.pem
108108
- OPENAEV__ENABLE=true
109109
- OPENAEV__URL=http://openaev:8080
110-
- OPENAEV__TOKEN=${OPENAEV_ADMIN_EMAIL}
110+
- OPENAEV__TOKEN=${OPENAEV_ADMIN_TOKEN}
111111
- OPENAEV__DAEMON__SELECTOR=docker
112112
- OPENAEV__DAEMON__DOCKER__NETWORK_MODE=${COMPOSE_PROJECT_NAME}_default
113113
volumes:
@@ -116,7 +116,7 @@ services:
116116
depends_on:
117117
rsa-key-generator:
118118
condition: service_healthy
119-
opencti:
119+
openaev:
120120
condition: service_healthy
121121
rabbitmq:
122122
condition: service_healthy

0 commit comments

Comments
 (0)