remove config

This commit is contained in:
Nimer Farahty 2025-04-19 22:19:37 +03:00
parent a120fb436b
commit f268f380ba

View File

@ -1,10 +1,9 @@
version: "3.8"
services: services:
minio-worker: minio-worker:
image: git.farahty.com/nimer/minio-worker image: git.farahty.com/nimer/minio-worker
environment: environment:
- MINIO_ENDPOINT=storage.farahty.com - MINIO_ENDPOINT=${MINIO_ENDPOINT}
- MINIO_ACCESS_KEY=IxK43eHXrGTXQ05WtHAc - MINIO_ACCESS_KEY=${MINIO_ACCESS_KEY}
- MINIO_SECRET_KEY=znN0L7e2xe9m8dE35AwddkutEUBlUILUrlkOH9qS - MINIO_SECRET_KEY=${MINIO_SECRET_KEY}
- RABBITMQ_URL=amqp://farahty:20210810@farahty.com:5672 - RABBITMQ_URL=${RABBITMQ_URL}
- QUEUE_NAME=storage.file - QUEUE_NAME=${QUEUE_NAME}