Hi I’m trying to build a brand new ghost deploy in aws with this folowing setup:
A docker compose w/
ghost:2.18.3-alpine
nginx
then connect ghost to RDS mysql and s3 for assets
and it seems harder than I thought.
nginx cli setup is not useful in a nginx separated container, aws provides ssl via ACM and I want just to force ssl anyone has done something similar?
building a custom image to install the node s3 pkg in a dockerfile is weird too. tips?
Thanks