mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-02-25 10:46:58 +00:00
Compare commits
3 Commits
fix/instal
...
feature/so
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
435552f332 | ||
|
|
e0615c5a9b | ||
|
|
a830e190fa |
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -39,3 +39,6 @@
|
|||||||
[submodule "docs/api-reference"]
|
[submodule "docs/api-reference"]
|
||||||
path = docs/api-reference
|
path = docs/api-reference
|
||||||
url = git@github.com:fleetbase/api-reference.git
|
url = git@github.com:fleetbase/api-reference.git
|
||||||
|
[submodule "packages/solid"]
|
||||||
|
path = packages/solid
|
||||||
|
url = git@github.com:fleetbase/solid.git
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
"fleetbase/core-api": "^1.3.2",
|
"fleetbase/core-api": "^1.3.2",
|
||||||
"fleetbase/fleetops-api": "^0.3.5",
|
"fleetbase/fleetops-api": "^0.3.5",
|
||||||
"fleetbase/storefront-api": "^0.2.4",
|
"fleetbase/storefront-api": "^0.2.4",
|
||||||
|
"fleetbase/solid-api": "^0.0.1",
|
||||||
"fruitcake/laravel-cors": "^2.0",
|
"fruitcake/laravel-cors": "^2.0",
|
||||||
"guzzlehttp/guzzle": "^7.0.1",
|
"guzzlehttp/guzzle": "^7.0.1",
|
||||||
"laravel/framework": "^8.75",
|
"laravel/framework": "^8.75",
|
||||||
@@ -32,6 +33,12 @@
|
|||||||
"nunomaduro/collision": "^5.10",
|
"nunomaduro/collision": "^5.10",
|
||||||
"phpunit/phpunit": "^9.5.10"
|
"phpunit/phpunit": "^9.5.10"
|
||||||
},
|
},
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "path",
|
||||||
|
"url": "../packages/solid"
|
||||||
|
}
|
||||||
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"App\\": "app/",
|
"App\\": "app/",
|
||||||
|
|||||||
1092
api/composer.lock
generated
1092
api/composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -15,6 +15,14 @@ services:
|
|||||||
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
|
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
|
||||||
MYSQL_DATABASE: "fleetbase"
|
MYSQL_DATABASE: "fleetbase"
|
||||||
|
|
||||||
|
solid:
|
||||||
|
image: solidproject/community-server:7
|
||||||
|
command: ["--baseUrl", "http://solid:3000"]
|
||||||
|
ports:
|
||||||
|
- "3000:3000"
|
||||||
|
volumes:
|
||||||
|
- ./solid/data:/data
|
||||||
|
|
||||||
socket:
|
socket:
|
||||||
image: socketcluster/socketcluster:v17.4.0
|
image: socketcluster/socketcluster:v17.4.0
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
1
packages/solid
Submodule
1
packages/solid
Submodule
Submodule packages/solid added at dc2ee3a0ec
Reference in New Issue
Block a user