version: '3.8' services: thinkflow: build: context: . dockerfile: Dockerfile container_name: thinkflow ports: - "80:80" environment: - API_BASE_URL=${API_BASE_URL:-https://thinkflow.lz-t.top} - API_HOST=${API_HOST:-thinkflow.lz-t.top} restart: unless-stopped