Commented out journald logging driver, the default will be used. The docker image for conductor is the local and not the public on the hub (for the moment for dev purposes). Oauth2 strategy is used for the login.

master
Mauro Mugnaini 3 years ago
parent ab66713941
commit 2d4585d086

@ -34,8 +34,8 @@ services:
- source: swarm-config
target: /app/config/conductor-swarm-config.properties
logging:
driver: "journald"
# logging:
# driver: "journald"
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:5.6.8
@ -48,8 +48,8 @@ services:
conductor-network:
aliases:
- es
logging:
driver: "journald"
# logging:
# driver: "journald"
deploy:
mode: replicated
replicas: 1
@ -64,7 +64,8 @@ services:
- WF_SERVER=http://conductor-server:8080/api/
- AUTH_CONFIG_PATH=/app/config/auth.config
#image: nubisware/conductor-ui
image: nubisware/conductor-ui_oauth2:2.31
#image: nubisware/conductor-ui_oauth2:2.31
image: conductor-ui_oauth2:2.31
networks:
- conductor-network
configs:
@ -96,8 +97,8 @@ services:
delay: 5s
max_attempts: 3
window: 120s
logging:
driver: "journald"
# logging:
# driver: "journald"
pep:
image: nginx:1.19.8-alpine
@ -132,7 +133,7 @@ configs:
swarm-config:
file: ./conductor-swarm-config.properties
auth-config:
file: ./auth.cfg
file: ./oauth2auth.cfg
db-init:
file: ./conductor-db-init.sql
base-config:

Loading…
Cancel
Save