Migrate from MongoDB to Couchbase Lite for local storage; update related services and configurations
Some checks failed
Publish Container / publish (push) Failing after 3m43s
Some checks failed
Publish Container / publish (push) Failing after 3m43s
This commit is contained in:
parent
374163bf11
commit
f976d70db8
24 changed files with 328 additions and 218 deletions
|
|
@ -9,15 +9,14 @@ services:
|
|||
environment:
|
||||
ASPNETCORE_ENVIRONMENT: Development
|
||||
ASPNETCORE_URLS: http://+:8080
|
||||
MongoDb__ConnectionString: mongodb://mongo:27017
|
||||
CouchbaseLite__Directory: /data/couchbase
|
||||
UseHttpsRedirection: "false"
|
||||
DOTNET_USE_POLLING_FILE_WATCHER: "1"
|
||||
volumes:
|
||||
- ./:/workspace:cached
|
||||
- ./.docker-data/couchbase-dev:/data/couchbase
|
||||
working_dir: /workspace
|
||||
entrypoint: ["dotnet"]
|
||||
command: ["watch", "run", "--no-launch-profile", "--project", "WorkTracker.csproj", "--urls", "http://+:8080"]
|
||||
ports:
|
||||
- "8002:8080"
|
||||
depends_on:
|
||||
- mongo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue