Added db and web. Modified things. A lot.

This commit is contained in:
Joan
2023-07-25 23:06:52 +02:00
parent e7d6e733ca
commit b575930118
8 changed files with 228 additions and 29 deletions

View File

@@ -1,2 +1,9 @@
API_ID=123456
API_HASH="123456789abcdef"
MYSQL_ROOT_PASSWORD=1234abcd
MYSQL_DATABASE=telemovris
MYSQL_USER=telemovris
MYSQL_PASSWORD=abcd1234
MYSQL_HOST="telemovris_db"
REQUEST_URL="telemovris_web"
REQUEST_PORT=8000 #use docker internal port, not the exposed one