We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f362fa commit fe59bf4Copy full SHA for fe59bf4
3 files changed
.dockerignore
@@ -0,0 +1 @@
1
+node_modules
.env.example
@@ -1,3 +1,14 @@
BOT_TOKEN=
2
WELCOME_CHANNEL=
3
-ADMIN_CHANNEL=
+ADMIN_CHANNEL=
4
+
5
+DATABASE_URL="postgres://postgres:postgrespw@localhost:49153"
6
7
+PROJECT_NAME=botsofcode
8
+POSTGRES_DATABASE=botsofcode
9
+POSTGRES_HOST=postgres
10
+POSTGRES_USERNAME=postgres
11
+POSTGRES_PASSWORD=postgres
12
+POSTGRES_PORT=5432
13
+PRISMA_STUDIO_PORT=5555
14
+POSTGRES_PATH=/postgres
TODO.md
@@ -1,3 +1,4 @@
+- [ ] [docker-compose postgresql db](https://www.section.io/engineering-education/dockerized-prisma-postgres-api/)
- [x] Name is shared on process
- [x] Store `uid: realname`
- [x] Query when button is pressed
0 commit comments