This repository provides the downloadable example programs for chapter 6 of the book, “コタツと蜜柑とゴーファーとわたし”.
$ docker-compose up --build
After launching your application with docker-compose, connect to the wwgt-diary-db
container with the wwgt-diary
user.
$ docker exec -it wwgt-diary-db psql -U wwgt-diary
Exit from the container, perform migration.
$ export POSTGRESQL_URL='postgres://wwgt-diary:[email protected]:5435/wwgt-diary?sslmode=disable'
$ migrate -database ${POSTGRESQL_URL} -path migrations up