Skip to content

Commit 4546d8f

Browse files
authored
Merge pull request #297 from FlowFuse/feat-forge-mount-private-ca-path-mount
feat: Mount DOCKER_DRIVER_PRIVATE_CA_PATH in forge service
2 parents f40c64c + c7f4bc6 commit 4546d8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,12 +520,14 @@ services:
520520
environment:
521521
- "VIRTUAL_HOST=${APPLICATION_DOMAIN:-forge.${DOMAIN}}"
522522
- "LETSENCRYPT_HOST=${APPLICATION_DOMAIN:-forge.${DOMAIN}}"
523+
# - "NODE_EXTRA_CA_CERTS=/usr/local/ssl-certs/chain.pem"
523524
configs:
524525
- source: flowfuse
525526
target: /usr/src/forge/etc/flowforge.yml
526527
volumes:
527528
- "/var/run/docker.sock:/tmp/docker.sock"
528529
- flowfuse-persistent-storage:/opt/persistent-storage
530+
# - ${DOCKER_DRIVER_PRIVATE_CA_PATH}:/usr/local/ssl-certs/chain.pem
529531
depends_on:
530532
- "postgres"
531533
- "nginx"

0 commit comments

Comments
 (0)