- docker
- nodejs 18.x
NEXT_PUBLIC_BASE_URL=http://localhost:3000
TOKEN_SECRET=GAMOU
NEXT_PUBLIC_GTM_ID=
$ docker compose build
$ docker compose up db -d
$ npm ci
$ npx knex migrate:latest
$ npm run dev
http://localhost:3000/
open psql on localhost
$ docker exec -it gamou_db psql -U gamou_user -d gamou_db
docker migrations
$ docker exec -it gamou_app npx knex migrate:latest
stop docker container
$ docker stop gamou_app
docker cleanup
$ docker system prune
This project is licensed under the Creative Commons Attribution-NonCommercial (CC BY-NC) license.