version: '3' services: backend-to-api: build: . ports: - "50011:33333" environment: - BASE_URL= - PROXY_API_PREFIX= - UPLOAD_BASE_URL= volumes: - .:/app uploader: build: . entrypoint: ["python3", "/app/upload.py"] volumes: - .:/app ports: - "50012:23333"