14 lines
366 B
YAML
14 lines
366 B
YAML
# Adds ports to the db and access to the temporal UI for debugging purposes.
|
|
# Expected to be used like this:
|
|
# VERSION=dev docker-compose -f docker-compose.yaml -f docker-compose.debug.yaml up
|
|
version: "3.7"
|
|
x-logging: &default-logging
|
|
options:
|
|
max-size: "100m"
|
|
max-file: "5"
|
|
driver: json-file
|
|
services:
|
|
airbyte-temporal:
|
|
ports:
|
|
- 7233:7233
|