chore: Small improvements

This commit is contained in:
ITQ
2024-03-22 00:21:50 +03:00
parent 013d04261b
commit 71876fe7a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ Our app uses docker compose for production deployment.
travel_agent /
postgres
redis
bot
app
pgadmin
```
+1 -1
View File
@@ -38,7 +38,7 @@ services:
redis:
condition: service_healthy
environment:
BOT_TOKEN: ${BOT_TOKEN}
BOT_TOKEN: 6943803094:AAEHG-vOP2pNEuxb9rDIhisiQuGLuBIjx1Q
REDIS_URL: redis://redis:6379/
SQLALCHEMY_DATABASE_URI: postgresql://postgres:wTAb5KoZ4dBtscg@postgres:5432/postgres
entrypoint: ["bash", "-c"]