Update telegram-listener
This commit is contained in:
parent
f2b742bad6
commit
f117aab705
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
!README.md
|
!README.md
|
||||||
.secrets/
|
.secrets/
|
||||||
.mono/
|
.mono/
|
||||||
|
WTelegram.session
|
||||||
@ -60,7 +60,10 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 5000:8080
|
- 5000:8080
|
||||||
environment:
|
environment:
|
||||||
ASPNETCORE_ENVIRONMENT: Production
|
ASPNETCORE_ENVIRONMENT: DockerCompose
|
||||||
|
session_pathname: '/app/WTelegram.session'
|
||||||
|
volumes:
|
||||||
|
- ./WTelegram.session:/app/WTelegram.session
|
||||||
depends_on:
|
depends_on:
|
||||||
nocr-rabbitmq:
|
nocr-rabbitmq:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit d9590a61d062f6226d40bca12ced88d33c9cc474
|
Subproject commit 44d4fb6c55dc2f93425fd199f82272eebe9511f2
|
||||||
Loading…
Reference in New Issue
Block a user