not working shit
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user