mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-08 07:16:49 +00:00
getting started with solid protocol integration, setting up oidc client
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -39,3 +39,6 @@
|
||||
[submodule "docs/api-reference"]
|
||||
path = docs/api-reference
|
||||
url = git@github.com:fleetbase/api-reference.git
|
||||
[submodule "packages/solid"]
|
||||
path = packages/solid
|
||||
url = git@github.com:fleetbase/solid.git
|
||||
|
||||
@@ -15,6 +15,14 @@ services:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
|
||||
MYSQL_DATABASE: "fleetbase"
|
||||
|
||||
solid:
|
||||
image: solidproject/community-server:7
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- ./solid/data:/data
|
||||
- ./solid/config:/data
|
||||
|
||||
socket:
|
||||
image: socketcluster/socketcluster:v17.4.0
|
||||
ports:
|
||||
|
||||
1
packages/solid
Submodule
1
packages/solid
Submodule
Submodule packages/solid added at dc2ee3a0ec
Reference in New Issue
Block a user