Source code for https://seoullatte.com
# will need to wait until the 'install' container has completed with exit code 0
# and then run a second time
docker compose up
docker run \
-dit \
--rm \
-p 80:80 \
-p 443:443 \
-v /root/certs:/root/certs \
luissaybe/seoullatte nginx -c /root/project/docker/nginx-https.conf