Skip to content

Commit b22caf0

Browse files
update dockercompose to use env file in fixtures (tensorzero#2973)
Co-authored-by: Gabriel Bianconi <1275491+GabrielBianconi@users.noreply.github.com>
1 parent f338fc1 commit b22caf0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ui/fixtures/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ services:
7373
volumes:
7474
- .:/fixtures
7575
- ~/.aws:/root/.aws
76+
env_file:
77+
- .env
7678
environment:
7779
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
7880
CLICKHOUSE_HOST: clickhouse

0 commit comments

Comments
 (0)