Fix JSON format issues with photos and add multi-photo gallery support
This commit is contained in:
@@ -9,12 +9,12 @@ services:
|
||||
- db
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- DB_HOST=db
|
||||
- DB_PORT=5432
|
||||
- DB_NAME=telegram_tinder_bot
|
||||
- DB_USERNAME=postgres
|
||||
- DB_PASSWORD=${DB_PASSWORD}
|
||||
- TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN}
|
||||
- DB_HOST={DB_HOST}
|
||||
- DB_PORT={DB_PORT}
|
||||
- DB_NAME={DB_NAME}
|
||||
- DB_USERNAME={DB_USERNAME}
|
||||
- DB_PASSWORD={DB_PASSWORD}
|
||||
- TELEGRAM_BOT_TOKEN={TELEGRAM_BOT_TOKEN}
|
||||
volumes:
|
||||
- ./uploads:/app/uploads
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user