Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ services:
TFE_TLS_KEY_FILE: "/etc/ssl/private/terraform-enterprise/key.pem"
TFE_TLS_CA_BUNDLE_FILE: "/etc/ssl/private/terraform-enterprise/bundle.pem"
TFE_IACT_SUBNETS: "<IACT subnet, eg. 10.0.0.0/8,192.168.0.0/24>"
TFE_RUN_PIPELINE_DOCKER_NETWORK: "terraform-enterprise_default"
TFE_RUN_PIPELINE_DOCKER_EXTRA_HOSTS: "<TFE hostname (DNS) e.g. terraform.example.com>:host-gateway"
cap_add:
- IPC_LOCK
read_only: true
Expand Down Expand Up @@ -230,6 +232,8 @@ services:
TFE_TLS_KEY_FILE: "/etc/ssl/private/terraform-enterprise/key.pem"
TFE_TLS_CA_BUNDLE_FILE: "/etc/ssl/private/terraform-enterprise/bundle.pem"
TFE_IACT_SUBNETS: "<IACT subnet, eg. 10.0.0.0/8,192.168.0.0/24>"
TFE_RUN_PIPELINE_DOCKER_NETWORK: "terraform-enterprise_default"
TFE_RUN_PIPELINE_DOCKER_EXTRA_HOSTS: "<TFE hostname (DNS) e.g. terraform.example.com>:host-gateway"

# Database settings. See the configuration reference for more settings.
TFE_DATABASE_USER: "<Database user e.g. postgres>"
Expand Down Expand Up @@ -290,6 +294,8 @@ services:
TFE_TLS_KEY_FILE: "/etc/ssl/private/terraform-enterprise/key.pem"
TFE_TLS_CA_BUNDLE_FILE: "/etc/ssl/private/terraform-enterprise/bundle.pem"
TFE_IACT_SUBNETS: "<IACT subnet, eg. 10.0.0.0/8,192.168.0.0/24>"
TFE_RUN_PIPELINE_DOCKER_NETWORK: "terraform-enterprise_default"
TFE_RUN_PIPELINE_DOCKER_EXTRA_HOSTS: "<TFE hostname (DNS) e.g. terraform.example.com>:host-gateway"

# Database settings. See the configuration reference for more settings.
TFE_DATABASE_USER: "<Database user e.g. postgres>"
Expand Down
Loading