This commit is contained in:
2023-06-06 12:37:16 +03:00
parent 5372a6dfb2
commit e37e3db701
6 changed files with 33 additions and 40 deletions

View File

@ -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