Update telegram-listener

This commit is contained in:
Sergey Nazarov 2024-08-03 14:41:17 +03:00
parent f2b742bad6
commit f117aab705
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
!README.md
.secrets/
.mono/
WTelegram.session

View File

@ -60,7 +60,10 @@ services:
ports:
- 5000:8080
environment:
ASPNETCORE_ENVIRONMENT: Production
ASPNETCORE_ENVIRONMENT: DockerCompose
session_pathname: '/app/WTelegram.session'
volumes:
- ./WTelegram.session:/app/WTelegram.session
depends_on:
nocr-rabbitmq:
condition: service_healthy

@ -1 +1 @@
Subproject commit d9590a61d062f6226d40bca12ced88d33c9cc474
Subproject commit 44d4fb6c55dc2f93425fd199f82272eebe9511f2