Skip to content

Commit 084ce62

Browse files
authored
Add volume for nginx cache (#1511)
1 parent 6c88b78 commit 084ce62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ services:
338338
read_only: true
339339
source: ./nginx
340340
target: /etc/nginx
341+
- sentry-nginx-cache:/var/cache/nginx
341342
depends_on:
342343
- web
343344
- relay
@@ -380,6 +381,7 @@ volumes:
380381
# These store ephemeral data that needn't persist across restarts.
381382
sentry-secrets:
382383
sentry-smtp:
384+
sentry-nginx-cache:
383385
sentry-zookeeper-log:
384386
sentry-kafka-log:
385387
sentry-smtp-log:

0 commit comments

Comments
 (0)