- 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 devhttp://localhost:3000/
open psql on localhost
$ docker exec -it gamou_db psql -U gamou_user -d gamou_dbdocker migrations
$ docker exec -it gamou_app npx knex migrate:lateststop docker container
$ docker stop gamou_appdocker cleanup
$ docker system pruneThis project is licensed under the Creative Commons Attribution-NonCommercial (CC BY-NC) license.