Skip to content

Commit

Permalink
rename temporal container to airbyte-temporal (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor authored Mar 5, 2021
1 parent 558c034 commit 27d8a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class TemporalUtils {

private static final WorkflowServiceStubsOptions TEMPORAL_OPTIONS = WorkflowServiceStubsOptions.newBuilder()
// todo move to env.
.setTarget("temporal:7233")
.setTarget("airbyte-temporal:7233")
.build();

public static final WorkflowServiceStubs TEMPORAL_SERVICE = WorkflowServiceStubs.newInstance(TEMPORAL_OPTIONS);
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ services:
- IS_DEMO=${IS_DEMO:-}
- PAPERCUPS_STORYTIME=${PAPERCUPS_STORYTIME:-}
- TRACKING_STRATEGY=${TRACKING_STRATEGY}
temporal:
airbyte-temporal:
image: temporalio/auto-setup:1.7.0
container_name: temporal
container_name: airbyte-temporal
ports:
- 7233:7233
environment:
Expand Down

0 comments on commit 27d8a78

Please sign in to comment.