Commit Graph

5 Commits

Author SHA1 Message Date
cdricms
793e3748f9 Blogs listing + Categories 2025-02-25 00:13:53 +01:00
cdricms
5bdfc9ce06 TIPTAP 2025-02-20 19:45:11 +01:00
cdricms
07c632dafe MDX-Editor 2025-02-20 17:34:13 +01:00
cdricms
8e87d834bc Shortcodes 2025-02-10 08:52:32 +01:00
cdricms
fd834ea84a Setup docker for production and development
Change ./init.sh to be an executable then run it.

The default inner container ports are as followed:
- Postgres: 5432:5432
- Backend: 3001:3000
- Frontend: 3000:3000

- Frontend dev: 8000

The backend image needs to be built:

docker compose up -d --build
2025-01-14 13:44:28 +01:00