first one

This commit is contained in:
2023-06-05 16:31:04 +03:00
commit e25080d054
11 changed files with 165 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@ -0,0 +1,14 @@
services:
bot:
build:
context: bot
restart: always
postgres:
image: postgres:15.1
restart: always
volumes:
- ./postgres_data:/var/lib/postgresql/data/:Z
environment:
POSTGRES_USER: user
POSTGRES_PASSWORD: password
POSTGRES_DB: db