Compare commits
8 Commits
c9f174e828
...
v1.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 95b594d8cd | |||
| cd6651cc43 | |||
| 855390a27b | |||
| ea8bd46973 | |||
| ff269b1f84 | |||
| afa586c833 | |||
| 9b55c42f35 | |||
| 554f958ba2 |
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
mb-grid-app:
|
mb-grid-app:
|
||||||
image: git.infra.mintel.me/mmintel/mb-grid-solutions:${IMAGE_TAG:-latest}
|
image: registry.infra.mintel.me/mintel/mb-grid-solutions:${IMAGE_TAG:-latest}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
@@ -39,7 +39,7 @@ services:
|
|||||||
start_period: 30s
|
start_period: 30s
|
||||||
|
|
||||||
mb-grid-gatekeeper:
|
mb-grid-gatekeeper:
|
||||||
image: git.infra.mintel.me/mmintel/gatekeeper:testing
|
image: registry.infra.mintel.me/mintel/gatekeeper:testing
|
||||||
container_name: ${PROJECT_NAME:-mb-grid-solutions}-gatekeeper
|
container_name: ${PROJECT_NAME:-mb-grid-solutions}-gatekeeper
|
||||||
profiles: [ "gatekeeper" ]
|
profiles: [ "gatekeeper" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
BIN
public/assets/AGB MB Grid 3-2026.pdf
Normal file
BIN
public/assets/AGB MB Grid 3-2026.pdf
Normal file
Binary file not shown.
@@ -13,6 +13,8 @@ import { Media } from "./collections/Media";
|
|||||||
import { FormSubmissions } from "./collections/FormSubmissions";
|
import { FormSubmissions } from "./collections/FormSubmissions";
|
||||||
import { Pages } from "./collections/Pages";
|
import { Pages } from "./collections/Pages";
|
||||||
|
|
||||||
|
import { migrations } from "../../migrations/index";
|
||||||
|
|
||||||
const filename = fileURLToPath(import.meta.url);
|
const filename = fileURLToPath(import.meta.url);
|
||||||
const dirname = path.dirname(filename);
|
const dirname = path.dirname(filename);
|
||||||
|
|
||||||
@@ -46,6 +48,7 @@ export default buildConfig({
|
|||||||
process.env.POSTGRES_URI ||
|
process.env.POSTGRES_URI ||
|
||||||
`postgresql://${process.env.DIRECTUS_DB_USER || "directus"}:${process.env.DIRECTUS_DB_PASSWORD || "directus"}@127.0.0.1:5432/${process.env.DIRECTUS_DB_NAME || "directus"}`,
|
`postgresql://${process.env.DIRECTUS_DB_USER || "directus"}:${process.env.DIRECTUS_DB_PASSWORD || "directus"}@127.0.0.1:5432/${process.env.DIRECTUS_DB_NAME || "directus"}`,
|
||||||
},
|
},
|
||||||
|
prodMigrations: migrations,
|
||||||
}),
|
}),
|
||||||
...(process.env.SMTP_HOST
|
...(process.env.SMTP_HOST
|
||||||
? {
|
? {
|
||||||
|
|||||||
Reference in New Issue
Block a user