added docker compose file

This commit is contained in:
smfahim25 2025-03-20 11:47:34 +06:00
parent 5bf01f3078
commit 3bb860957b

View file

@ -5,9 +5,4 @@ services:
dockerfile: Dockerfile
# ports:
# - 80:80
environment:
- BACKEND_API_HOST=${BACKEND_API_HOST}
- BACKEND_API_PORT=${BACKEND_API_PORT}
- BACKEND_MINIO_HOST=${BACKEND_MINIO_HOST}
- BACKEND_MINIO_PORT=${BACKEND_MINIO_PORT}
restart: unless-stopped