Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions integration_tests/ssh/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ services:
POSTGRES_USER: user
POSTGRES_PASSWORD: test_pwd
SECRET_KEY: 6a0452ae20cab4e21b6e9d18fa4b7bf397dd66ec3968b2d74
PDNS_API_KEY: testkey123
PDNS_DIST_KEY: testkey123
DEFAULT_NAMESERVER: 127.0.0.1
HOST_MACHINE_NAME: DC1
POSTGRES_HOST: postgres
command: python multidirectory.py --migrate
depends_on:
postgres:
Expand All @@ -39,6 +44,11 @@ services:
POSTGRES_PASSWORD: test_pwd
SECRET_KEY: 6a0452ae20cab4e21b6e9d18fa4b7bf397dd66ec3968b2d74
MFA_API_SOURCE: dev
PDNS_API_KEY: testkey123
PDNS_DIST_KEY: testkey123
DEFAULT_NAMESERVER: 127.0.0.1
HOST_MACHINE_NAME: DC1
POSTGRES_HOST: postgres
hostname: api_server
depends_on:
migrations:
Expand Down Expand Up @@ -73,6 +83,11 @@ services:
POSTGRES_PASSWORD: test_pwd
SECRET_KEY: 6a0452ae20cab4e21b6e9d18fa4b7bf397dd66ec3968b2d74
MFA_API_SOURCE: dev
PDNS_API_KEY: testkey123
PDNS_DIST_KEY: testkey123
DEFAULT_NAMESERVER: 127.0.0.1
HOST_MACHINE_NAME: DC1
POSTGRES_HOST: postgres
expose:
- 389
depends_on:
Expand Down