fix(db): using discord_id instead of db's id
This commit is contained in:
parent
61c7bf4567
commit
067e149e72
2 changed files with 16 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
services:
|
||||
bot:
|
||||
build: .
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
@ -15,4 +16,10 @@ services:
|
|||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./data:/var/lib/postgresql/data
|
||||
- ./data:/var/lib/postgresql/data
|
||||
adminer:
|
||||
image: docker.io/adminer
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
- postgres
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue