Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: delete public docker volume for cache #275

Merged

Conversation

komtaki
Copy link
Contributor

@komtaki komtaki commented Aug 7, 2021

🎩 What? Why?

デプロイ時に、public配下をdocker volumeで共有する機構の削除。インスタンスが更新されない場合、public配下が更新されないケースがあるため。

Cloud Front導入もある。それを踏まえキャッシュはそちらに全て寄せて、nginxではコンテンツを持たないようにした。

📌 Related Issues

@komtaki komtaki requested a review from ayuki-joto August 7, 2021 05:51
@komtaki komtaki force-pushed the feature/remove-eb-docker-volume branch from fc5e6eb to 8c80812 Compare August 7, 2021 05:52
@ayuki-joto ayuki-joto merged commit 48aad10 into codeforjapan:develop Aug 17, 2021
@komtaki komtaki deleted the feature/remove-eb-docker-volume branch August 21, 2021 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deploy時に、インスタンスが同じ場合、public配下が反映されない
2 participants