github.com/defang-io/defang/src@v0.0.0-20240505002154-bdf411911834/tests/fixupenv/compose.yaml (about) 1 services: 2 Mistral: 3 image: "mistral:latest" 4 ports: 5 - mode: host 6 target: 8000 7 ui: 8 image: "ui:latest" 9 environment: 10 - "API_URL=http://Mistral:8000" 11 - "SENSITIVE_DATA"