canvas_frontend_dev/docker-compose.yaml
2025-03-20 11:37:36 +06:00

13 lines
341 B
YAML

services:
frontend:
build:
context: .
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