Skip to content

Commit

Permalink
Expose temporal-ui ports in docker compose debug (#5580)
Browse files Browse the repository at this point in the history
gosusnp committed Apr 3, 2023
1 parent d44063e commit 0743d22
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docker-compose.debug.yaml
Original file line number Diff line number Diff line change
@@ -14,19 +14,19 @@ services:
networks:
- airbyte_internal
- airbyte_public
# airbyte-temporal-ui:
# image: temporalio/web:1.13.0
# logging: *default-logging
# container_name: airbyte-temporal-ui
# restart: unless-stopped
# environment:
# - TEMPORAL_GRPC_ENDPOINT=airbyte-temporal:7233
# - TEMPORAL_PERMIT_WRITE_API=true
# ports:
# - 8012:8088
# networks:
# - airbyte_internal
# - airbyte_public
airbyte-temporal-ui:
image: temporalio/web:1.13.0
logging: *default-logging
container_name: airbyte-temporal-ui
restart: unless-stopped
environment:
- TEMPORAL_GRPC_ENDPOINT=airbyte-temporal:7233
- TEMPORAL_PERMIT_WRITE_API=true
ports:
- 8012:8088
networks:
- airbyte_internal
- airbyte_public
worker:
environment:
- JAVA_TOOL_OPTIONS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5006

0 comments on commit 0743d22

Please sign in to comment.