Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use default conductor startup script #238

Merged
merged 1 commit into from
Dec 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions composefiles/swarm-uniflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ x-logging: &logging_loki

services:
conductor-server:
image: frinx/uniflow-conductor-server:1.0.2
image: frinx/uniflow-conductor-server:latest
# user: guest
logging: *logging_loki
labels:
- traefik.enable=false
environment:
- CONFIG_PROP=config.properties
- _JAVA_OPTIONS="-Xmx${CS_RES_LIMIT_MEM}"
entrypoint: ["/app/startup.sh"]
volumes:
- ${UF_CONFIG_PATH}/conductor/config.properties:/app/config/config.properties:ro
secrets:
Expand All @@ -33,9 +32,6 @@ services:
- source: set_env_secrets
target: /set_env_secrets.sh
mode: 0777
- source: conductor_startup
target: /app/startup.sh
mode: 0777
healthcheck:
test: curl -I -XGET http://localhost:8080/health
interval: 10s
Expand Down Expand Up @@ -428,8 +424,6 @@ secrets:
configs:
set_env_secrets:
file: ${UF_CONFIG_PATH}/set_env_secrets.sh
conductor_startup:
file: ${UF_CONFIG_PATH}/conductor/startup.sh

volumes:
frinx_uniflow_elastic_data:
Expand Down