Skip to content

Commit

Permalink
Merge pull request #60 from freezingsaddles/use-tmpfs-for-cache
Browse files Browse the repository at this point in the history
Use tmpfs for freezing-web cache
  • Loading branch information
obscurerichard authored Jan 16, 2025
2 parents 9a638a8 + dc97262 commit 9509887
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,11 @@ services:
TIMEZONE: ${TIMEZONE:-America/New_York}
VIRTUAL_HOST: ${FREEZING_WEB_FQDN}
volumes:
- ./web-cache:/cache
- type: tmpfs
target: /cache
tmpfs:
size: 100M
mode: 1777
restart: always
logging:
driver: awslogs
Expand Down
Empty file removed web-cache/.gitkeep
Empty file.

0 comments on commit 9509887

Please sign in to comment.