feat(strapi): migrate initial collection types from Contentful

This commit is contained in:
Martin Garnica
2025-08-25 09:12:34 -06:00
parent f59458c431
commit d282784c00
26 changed files with 1780 additions and 19 deletions

View File

@ -33,6 +33,8 @@ services:
POSTGRES_PASSWORD: strapi
volumes:
- postgres_data:/var/lib/postgresql/data
ports:
- 5432:5432
volumes:
strapi_uploads: