This commit is contained in:
Alex Kotov 2023-01-08 17:04:02 +04:00
parent 3e63c3b6e0
commit 8d091120fc
No known key found for this signature in database
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
MATRIX_HOMESERVER_URL='https://matrix.org' MATRIX_HOMESERVER_URL=https://matrix.org
MATRIX_FULL_USER_ID='@fckidiots:matrix.org' MATRIX_FULL_USER_ID=@fckidiots:matrix.org
MATRIX_PASSWORD='...' MATRIX_PASSWORD=...
TELEGRAM_BOT_TOKEN='5890667880:...' TELEGRAM_BOT_TOKEN=5890667880:...

View File

@ -3,3 +3,4 @@ version: '2'
services: services:
app: app:
build: . build: .
env_file: '.env'