Skip to content

Commit 734a541

Browse files
authored
fix: add missing env vars (#965)
1 parent 50346e3 commit 734a541

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

integration_tests/ssh/docker-compose.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ services:
1313
POSTGRES_USER: user
1414
POSTGRES_PASSWORD: test_pwd
1515
SECRET_KEY: 6a0452ae20cab4e21b6e9d18fa4b7bf397dd66ec3968b2d74
16+
PDNS_API_KEY: testkey123
17+
PDNS_DIST_KEY: testkey123
18+
DEFAULT_NAMESERVER: 127.0.0.1
19+
HOST_MACHINE_NAME: DC1
20+
POSTGRES_HOST: postgres
1621
command: python multidirectory.py --migrate
1722
depends_on:
1823
postgres:
@@ -39,6 +44,11 @@ services:
3944
POSTGRES_PASSWORD: test_pwd
4045
SECRET_KEY: 6a0452ae20cab4e21b6e9d18fa4b7bf397dd66ec3968b2d74
4146
MFA_API_SOURCE: dev
47+
PDNS_API_KEY: testkey123
48+
PDNS_DIST_KEY: testkey123
49+
DEFAULT_NAMESERVER: 127.0.0.1
50+
HOST_MACHINE_NAME: DC1
51+
POSTGRES_HOST: postgres
4252
hostname: api_server
4353
depends_on:
4454
migrations:
@@ -73,6 +83,11 @@ services:
7383
POSTGRES_PASSWORD: test_pwd
7484
SECRET_KEY: 6a0452ae20cab4e21b6e9d18fa4b7bf397dd66ec3968b2d74
7585
MFA_API_SOURCE: dev
86+
PDNS_API_KEY: testkey123
87+
PDNS_DIST_KEY: testkey123
88+
DEFAULT_NAMESERVER: 127.0.0.1
89+
HOST_MACHINE_NAME: DC1
90+
POSTGRES_HOST: postgres
7691
expose:
7792
- 389
7893
depends_on:

0 commit comments

Comments
 (0)