not working shit

This commit is contained in:
2023-11-11 15:15:03 +03:00
parent c4010e6ec9
commit fec9ce0bca
16 changed files with 480 additions and 45 deletions

View File

@ -13,6 +13,8 @@ services:
interval: 2s
timeout: 2s
retries: 5
ports:
- 5432
bot:
build:
context: bot
@ -25,6 +27,11 @@ services:
HOST: postgres
PORT: 5432
restart: always
volumes:
- ./persistent_data/.state-save:/app/.state-save:rw
- ./bot/app:/app:z
ports:
- "4444:4444" # debugger port
depends_on:
postgres:
condition: service_healthy