Add code to create minio bucket
This commit is contained in:
+4
-3
@@ -20,10 +20,11 @@ DASHBOARD_ORIGIN=https://vigilcare-records.vectur45.com
|
||||
# Runtime (DML-only) connection used by the API container.
|
||||
PG_CONNECTION="Host=postgres;Port=5432;Database=vigilcare_records;Username=vigilcare_records_app;Password=CHANGE_ME;SSL Mode=Disable"
|
||||
# DDL-privileged connection used ONLY by the EF migration bundle (CD migrate job).
|
||||
# That job runs on the act_runner host directly (not joined to shared-services), so
|
||||
# it needs the externally-routable host:port, not the container network name.
|
||||
# CD copies migrate-api to the deploy host and runs it in a one-shot container on
|
||||
# shared-services, so use the same Docker DNS name as PG_CONNECTION (Host=postgres),
|
||||
# not an external hostname. Store this as Gitea secret PG_CONNECTION_DDL.
|
||||
# Never put this credential in the API container environment.
|
||||
PG_CONNECTION_DDL="Host=postgres.site.com;Port=5432;Database=vigilcare_records;Username=vigilcare_records_migrator;Password=CHANGE_ME;SSL Mode=Require;Trust Server Certificate=false"
|
||||
PG_CONNECTION_DDL="Host=postgres;Port=5432;Database=vigilcare_records;Username=vigilcare_records_migrator;Password=CHANGE_ME;SSL Mode=Disable"
|
||||
|
||||
# ---- Redis (shared-services network) ----
|
||||
# "redis" = the service name on the shared Redis compose project.
|
||||
|
||||
Reference in New Issue
Block a user