cleanup
This commit is contained in:
@ -2,6 +2,14 @@ services:
|
||||
bot:
|
||||
build:
|
||||
context: bot
|
||||
environment:
|
||||
DIALECT: postgresql
|
||||
DRIVER: psycopg2
|
||||
USER: user
|
||||
PASSWORD: password
|
||||
DB_NAME: db
|
||||
HOST: postgres
|
||||
PORT: 5432
|
||||
restart: always
|
||||
postgres:
|
||||
image: postgres:15.1
|
||||
|
||||
Reference in New Issue
Block a user