devops folders consolidate
This commit is contained in:
@@ -9,10 +9,10 @@ service:
|
||||
|
||||
env:
|
||||
ASPNETCORE_URLS: "http://+:5088"
|
||||
Signals__Mongo__ConnectionString: "mongodb://signals-mongo:27017/signals"
|
||||
Signals__Mongo__Database: "signals"
|
||||
Signals__Storage__Driver: "postgres"
|
||||
Signals__Storage__ConnectionString: "Host=signals-postgres;Port=5432;Database=signals;Username=stellaops;Password=stellaops"
|
||||
Signals__Cache__ConnectionString: "signals-valkey:6379"
|
||||
Signals__Storage__RootPath: "/data/artifacts"
|
||||
Signals__Artifacts__RootPath: "/data/artifacts"
|
||||
Signals__Authority__Enabled: "false"
|
||||
Signals__OpenApi__Enabled: "true"
|
||||
|
||||
@@ -27,9 +27,9 @@ valkey:
|
||||
host: signals-valkey
|
||||
port: 6379
|
||||
|
||||
mongo:
|
||||
postgres:
|
||||
enabled: true
|
||||
connectionString: "mongodb://signals-mongo:27017/signals"
|
||||
connectionString: "Host=signals-postgres;Port=5432;Database=signals;Username=stellaops;Password=stellaops"
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user