Gabriel Kaszewski GKaszewski
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:45:27 +00:00
75c5adf346 fix: reorganize Traefik labels and network configuration in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:43:59 +00:00
878ebf1541 fix: add Traefik network labels for API and web routers in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:39:36 +00:00
c9775293c0 fix: clean up commented-out network and labels configuration in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:33:55 +00:00
93b90b85b6 fix: adjust network configuration for backend and frontend services in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:27:04 +00:00
58e51cb028 fix: enhance Traefik routing for API and web services in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:19:42 +00:00
5282376860 fix: simplify CMD instruction in Dockerfile by removing redundant parameters
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:13:53 +00:00
082f11a3e9 fix: update Docker Compose deployment command and configure server to listen on all interfaces
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:09:16 +00:00
ec73a0c373 fix: update healthcheck command for frontend service and install curl in Dockerfile
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:03:15 +00:00
29afc2e92e fix: update Dockerfiles to install necessary packages without recommendations
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:56:07 +00:00
cbca1058a2 fix: add health checks for backend and frontend services in docker-compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:53:46 +00:00
8536e52590 Revert "fix: correct proxy_pass configuration for API requests in nginx"
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:51:39 +00:00
247c6ad955 fix: correct proxy_pass configuration for API requests in nginx
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:49:20 +00:00
c6f7dfe225 feat: add health check endpoint to nginx configuration
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:47:25 +00:00
0ba3b79185 fix: remove default nginx configuration before copying custom config
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:43:07 +00:00
64806f8bd4 feat: implement pagination for feed retrieval and update frontend components
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:07:50 +00:00
4ea4f3149f feat: add user count endpoint and integrate it into frontend components
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 00:53:26 +00:00
d92c9a747e feat: implement pagination for user retrieval and update feed fetching logic
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 00:28:02 +00:00
863bc90c6f feat: add endpoint to retrieve a public list of all users
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 00:14:47 +00:00
d15339cf4a fix: remove debugging step that dumped POSTGRES_USER secret
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 00:10:00 +00:00
916dbe0245 feat: add step to dump POSTGRES_USER secret for debugging