teamgram / teamgram-server

Unofficial open source mtproto server written in golang with compatible telegram client.
https://teamgram.net
Apache License 2.0
1.71k stars 347 forks source link

Optimize docker-compose + improve security on demo stands #94

Closed zig5000 closed 1 year ago

zig5000 commented 1 year ago

I change docker-compose. Now not need manually connect to mysql and run sql migrate scripts Also I change all env docker containers to run on localhost and "internal network", with your default password it's a good idea

zig5000 commented 1 year ago

also i create script to initialize minio buckets and add it to docker-compose-env