Take the following and insert into ./postgres/.env
POSTGRES_USER=unicorn_user
POSTGRES_PASSWORD=magical_password
POSTGRES_DB=rainbow_database
Start the docker container
docker-compose up -d
Stop the docker container
docker-compose down
Follow the docker log
docker-compose logs
docker stop $(docker ps -aq)
docker rm $(docker ps -aq)
docker rmi $(docker images -q)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.