Skip to content

Commit 8f66018

Browse files
committed
add env to docker compose file
1 parent 43e40df commit 8f66018

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

deploy/operations/docker-compose.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ services:
1010
- AWS_SECRET_ACCESS_KEY
1111
- AWS_SESSION_TOKEN
1212
- AWS_REGION
13+
- TF_VAR_app_hostname
14+
- TF_VAR_aws_iam_administrator_role
15+
- TF_VAR_aws_iam_ci_role
16+
- TF_VAR_aws_iam_permissions_boundary
17+
- TF_VAR_aws_role_to_assume
18+
- TF_VAR_aws_route53_zone_id
19+
- TF_VAR_db_hostname_suffix
1320
volumes:
1421
- type: bind
1522
source: ../../

0 commit comments

Comments
 (0)