main funtions are ready

issue: ServiceRequest creates when QR code scanned
This commit is contained in:
2024-10-14 05:24:48 +09:00
parent ee254ef17f
commit f17c6b3a1a
65 changed files with 1609 additions and 327 deletions

View File

@@ -52,6 +52,7 @@ services:
build: .
container_name: django_app
env_file: .env
restart: always
volumes:
- .:/app
- ./wait-for-it.sh:/wait-for-it.sh
@@ -62,6 +63,21 @@ services:
networks:
- web_db_network
bot:
build: .
container_name: telegram_bot
command: python3 smartsoltech/manage.py start_telegram_bot
restart: always
volumes:
- .:/app
env_file:
- .env
depends_on:
- web
networks:
- web_db_network
volumes:
pgdata:
pgadmin: