minio to docker-compose.yml.example

This commit is contained in:
Artem Tsyrulnikov
2026-01-06 19:05:05 +03:00
parent 9b95075abf
commit cb6bdd5580
2 changed files with 22 additions and 8 deletions

View File

@@ -4,4 +4,8 @@ LOGGER__APP_NAME="tgex-backend"
LOGGER__PRETTY_CONSOLE=true
TELEGRAM__TOKEN=your_bot_token_here
JWT__SECRET_KEY=your_secret_key_here_please_generate_a_strong_random_string
PARSER__URL=http://localhost:8080
PARSER__URL=http://localhost:8080
S3__ENDPOINT_URL=http://localhost:9000
S3__ACCESS_KEY_ID=user
S3__SECRET_ACCESS_KEY=password
S3__BUCKET_NAME=tgex-files