Skip to content

Commit a5b3b58

Browse files
fix(compose): remove redundant CT_TRUST_ALL_CERTS env entry
- Drop explicit `CT_TRUST_ALL_CERTS` from the `environment` section in the `codetogether-intel` service - Rely on `env_file: .env` to inject the variable
1 parent 1da442a commit a5b3b58

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

compose/compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ services:
4242
- .env
4343
environment:
4444
- CT_HQ_BASE_URL=https://${INTEL_FQDN}
45-
- CT_TRUST_ALL_CERTS=${CT_TRUST_ALL_CERTS}
4645
networks:
4746
- codetogethernet
4847
volumes:

0 commit comments

Comments
 (0)