Skip to content

Commit

Permalink
Hotfix SERVICES env
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Oct 20, 2020
1 parent 726047b commit 6c6c87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ COPY docker/start.sh /start.sh

WORKDIR /etc/temporal

ENV SERVICES="--services=history --services=matching --services=frontend --services=worker"
ENV SERVICES="history,matching,frontend,worker"

EXPOSE 6933 6934 6935 6939 7233 7234 7235 7239
ENTRYPOINT ["/docker-entrypoint.sh"]
Expand Down
2 changes: 1 addition & 1 deletion docker/start-temporal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -ex

dockerize -template /etc/temporal/config/config_template.yaml:/etc/temporal/config/docker.yaml

exec temporal-server --root $TEMPORAL_HOME --env docker start $SERVICES
exec temporal-server --root $TEMPORAL_HOME --env docker start --services=$SERVICES

0 comments on commit 6c6c87b

Please sign in to comment.