13 lines
509 B
YAML
13 lines
509 B
YAML
services:
|
|
app:
|
|
image: ghcr.io/cirruslabs/flutter:stable
|
|
labels:
|
|
fibe.gg/repo_url: "https://git-next.fibe.live/InstantApps/velmart-picker"
|
|
fibe.gg/source_mount: "/app"
|
|
fibe.gg/expose: "external:8080"
|
|
fibe.gg/subdomain: "velmart-picker"
|
|
fibe.gg/production: "false"
|
|
fibe.gg/start_command: "bash -c 'flutter pub get && flutter run -d web-server --web-port 8080 --web-hostname 0.0.0.0'"
|
|
environment:
|
|
- GRAPHQL_ENDPOINT=https://your-magento-store.com/graphql
|