-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathdocker-compose.yaml
More file actions
25 lines (24 loc) · 961 Bytes
/
docker-compose.yaml
File metadata and controls
25 lines (24 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
services:
operaton:
image: operaton/operaton:latest
environment:
# - OPERATON_BPM_RUN_EXAMPLE_ENABLED=false
- OPERATON_BPM_RUN_CORS_ENABLED=true
- OPERATON_BPM_RUN_AUTH_ENABLED=true
- OPERATON_BPM_RUN_CORS_ALLOW_CREDENTIALS=true
- OPERATON_BPM_RUN_CORS_ALLOWED_ORIGINS=http://127.0.0.1:5173
- OPERATON_BPM_RUN_CORS_ALLOWED_HEADERS=Origin,X-Requested-With,Content-Type,Accept,Authorization
- LOGGING_LEVEL_ROOT=INFO
- REST_AUTH_ENABLED=true
ports:
- "8084:8080"
# c7:
# image: camunda/camunda-bpm-platform:run-latest
# environment:
# - CAMUNDA_BPM_RUN_CORS_ENABLED=true
# - CAMUNDA_BPM_RUN_CORS_ALLOW_CREDENTIALS=true
# - CAMUNDA_BPM_RUN_CORS_ALLOWED_ORIGINS=http://127.0.0.1:5173
# - CAMUNDA_BPM_RUN_AUTH_ENABLED=true
# - CAMUNDA_BPM_RUN_CORS_ALLOWED_HEADERS=Origin,X-Requested-With,Content-Type,Accept,Authorization
# ports:
# - "8088:8080"