1
0
mirror of synced 2025-12-31 15:03:11 -05:00
Files
airbyte/docker-compose.acceptance-test.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