docker run -i --rm postgres cat /usr/share/postgresql/postgresql.conf.sample > postgresql.conf
클라우드플레어 API 키 발급 페이지로 이동하여 API키를 발급합니다.
그 후,
export CF_Token="<token>"
클라우드플레어 대시보드에 접속하면 주소창 주소의 끝에 CF_Account_ID
가 나옵니다.
그 후,
export CF_Account_ID="<id>"
acme.sh
를 통해서 발급 할 것이므로 ACME.SH를 설치합니다.
curl https://get.acme.sh | sh -s email=admin@askfront.com
source /home/$USER/.bashrc
acme.sh
acme.sh --issue --dns dns_cf -d heno.kr -d *.host.heno.kr --force --server letsencrypt
docker compose up -d