Commit Graph

7 Commits

Author SHA1 Message Date
cdricms
cdd8e34096 Started to work on media upload and organization 2025-01-23 20:10:15 +01:00
cdricms
f9dce4b40b Layout 2025-01-22 17:54:03 +01:00
gom-by
582a8d338b small text change 2025-01-22 09:58:52 +01:00
gom-by
e3f42efdcd mock-up interface for new members 2025-01-22 09:57:59 +01:00
cdricms
8d880b8705 Media upload 2025-01-20 10:27:54 +01:00
cdricms
683a8c3133 Yes 2025-01-15 11:54:39 +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