fix: correct Fibe compose labels for playground deployment
This commit is contained in:
parent
5ba2691eac
commit
1bda422c5e
@ -1,17 +1,12 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: ghcr.io/cirruslabs/flutter:stable
|
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:
|
labels:
|
||||||
- fibe.gg/name=velmart-picker
|
fibe.gg/repo_url: "https://git-next.fibe.live/InstantApps/velmart-picker"
|
||||||
- fibe.gg/port=8080
|
fibe.gg/source_mount: "/app"
|
||||||
- fibe.gg/production=false
|
fibe.gg/expose: "external:8080"
|
||||||
- traefik.enable=true
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user