Cannot access the site

When I run Ghost with docker compose, no particular error occurs, but for some reason I cannot access the site http://myserverip.com:10000.
I am not familiar with the network and I don’t know what to do. Please help me if you are kind-hearted.


This docker compose has a continuation.

networks:
  npm_frontend:
    external: true

Other logs and information that may be needed to solve the problem are shared on google drive
https://drive.google.com/drive/folders/1kZ1gHyzCuLOzoMLlymKvqKWyQwNxVkaV?usp=sharing

Your error logs show that Ghost can’t reach MySQL. Is the database running? Does the container have the ability to reach it at the address given?

Actually, it doesn’t seem to have been a database problem, I erased the volume setting in ghost and it worked fine, but there is still a mystery.
I did this because I wanted to store my media files on s3 storage mounted with s3fs, and it worked before doing something similar, but this time it doesn’t seem to be working.

I found the cause, I commented out the volume specification in config.production.json and was able to access the site. s3 was not the problem.
I have a config.production.json which contains my email settings and I want to use them, is there any way to do this?