fix: correct Fibe compose labels for playground deployment
This commit is contained in:
parent
5ba2691eac
commit
1bda422c5e
@ -1,17 +1,12 @@
|
||||
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
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user