Skip to content

Commit

Permalink
Merge pull request #58 from freezingsaddles/add-web-data-mount
Browse files Browse the repository at this point in the history
add web data volume for web cache
  • Loading branch information
obscurerichard authored Jan 15, 2025
2 parents cc552e0 + 0f16321 commit 10b7421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ services:
TEAMS: ${TEAMS}
TIMEZONE: ${TIMEZONE:-America/New_York}
VIRTUAL_HOST: ${FREEZING_WEB_FQDN}
volumes:
- ./web-data:/data
restart: always
logging:
driver: awslogs
Expand Down
Empty file added web-data/.gitkeep
Empty file.

0 comments on commit 10b7421

Please sign in to comment.