4 Commits

Author SHA1 Message Date
gom-by
3e5543e61c item id fix 2025-02-19 10:21:38 +01:00
gom-by
3412a764fc Fix waiting to be tested 2025-02-10 10:24:19 +01:00
cdricms
5a5846d853 Added CSRF & YouTube and dark mode 2025-01-22 17:39:03 +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