You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`app-svc-local` is no longer available in this repo, so use `app`.
88
+
`app` pulls in `pgpm-database-jobs`, so you don't need to deploy it separately.
89
+
83
90
At this point, the app schema and `database-jobs` should be installed and `app_jobs.*` should be available in the `constructive` database.
84
91
85
92
---
@@ -128,7 +135,9 @@ In dry-run mode:
128
135
129
136
Constructive selects the API by the HTTP `Host` header using rows in `services_public.domains`.
130
137
131
-
For local development, `app-svc-local` seeds `admin.localhost` as the admin API domain. `docker-compose.jobs.yml` adds a Docker network alias so other containers can resolve `admin.localhost` to the `constructive-server` container, and `send-email-link` uses:
138
+
For local development, you need a domain route for `admin.localhost` in `services_public.domains`.
139
+
This repo no longer ships `app-svc-local`, so seed a domain route yourself (or skip the `send-email-link` test).
140
+
`docker-compose.jobs.yml` adds a Docker network alias so other containers can resolve `admin.localhost` to the `constructive-server` container, and `send-email-link` uses:
0 commit comments