dbconfLocal.yaml : yaml file configuration used to connect to database (snotest.dump)
snotest.dump : pg_dump file used to create a database test :
docker build -t snodb .
docker run -d --name snodbrun -p 5433:5432 snodb:latest
docker exec -i snodbrun pg_restore --clean --dbname sno -h localhost -p 5432 -U snouser < snotest.dump
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.