Backend for my personal website, this will provide a GraphQL API for the admin to update the personal website through the admin panel and for the frontend to consume this data.
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
POSTGRES_DB_NAME=pwb
[email protected]
ADMIN_PASSWORD=password
JWT_SECRET=secret
SALT_ROUNDS=7
$ docker compose run web npm install
$ docker compose up