You've already forked Travel-Agent
chore: Small improvements
This commit is contained in:
@@ -120,7 +120,7 @@ Our app uses docker compose for production deployment.
|
|||||||
travel_agent /
|
travel_agent /
|
||||||
postgres
|
postgres
|
||||||
redis
|
redis
|
||||||
bot
|
app
|
||||||
pgadmin
|
pgadmin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -38,7 +38,7 @@ services:
|
|||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
environment:
|
environment:
|
||||||
BOT_TOKEN: ${BOT_TOKEN}
|
BOT_TOKEN: 6943803094:AAEHG-vOP2pNEuxb9rDIhisiQuGLuBIjx1Q
|
||||||
REDIS_URL: redis://redis:6379/
|
REDIS_URL: redis://redis:6379/
|
||||||
SQLALCHEMY_DATABASE_URI: postgresql://postgres:wTAb5KoZ4dBtscg@postgres:5432/postgres
|
SQLALCHEMY_DATABASE_URI: postgresql://postgres:wTAb5KoZ4dBtscg@postgres:5432/postgres
|
||||||
entrypoint: ["bash", "-c"]
|
entrypoint: ["bash", "-c"]
|
||||||
|
|||||||
Reference in New Issue
Block a user