mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
Mount a certificate folder to local ca storage in containers, and add update command to cron image's entrypoint. Result of poking and prodding from getsentry/sentry#26851
13 lines
278 B
YAML
13 lines
278 B
YAML
version: '3.4'
|
|
services:
|
|
fixture-custom-ca-roots:
|
|
image: nginx:1.21.0-alpine
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./_integration-test/custom-ca-roots/nginx:/etc/nginx:ro
|
|
networks:
|
|
default:
|
|
aliases:
|
|
- self.test
|
|
- fail.test
|