services: app: image: ghcr.io/cirruslabs/flutter:stable working_dir: /app command: > bash -c "flutter pub get && flutter run -d web-server --web-port 8080 --web-hostname 0.0.0.0 --dart-define=GRAPHQL_ENDPOINT=$${GRAPHQL_ENDPOINT:-https://your-magento-store.com/graphql}" environment: - GRAPHQL_ENDPOINT=${GRAPHQL_ENDPOINT:-https://your-magento-store.com/graphql} labels: - fibe.gg/name=velmart-picker - fibe.gg/port=8080 - fibe.gg/production=false - traefik.enable=true