Commit Graph

23 Commits

Author SHA1 Message Date
dc8f182c56 feat: add Gitea registry login and update Docker image build process
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 1m2s
2026-03-28 14:47:34 -03:00
b3f6d0ef17 fix: remove unnecessary env_file entries and correct OPENAI_API_KEY format
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 32s
2026-03-28 14:38:49 -03:00
6606c27323 fix: update OPENAI_API_KEY environment variable to include .env suffix
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 11s
2026-03-28 14:38:02 -03:00
2c5c299aaa fix: standardize PostgreSQL user and password environment variables in Docker Compose
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 11s
2026-03-28 14:36:25 -03:00
167cfdb742 fix: update PostgreSQL user and password environment variables for consistency
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 13s
2026-03-28 14:31:23 -03:00
b7274c4b6d fix: update healthcheck command for PostgreSQL service to use localhost
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 13s
2026-03-28 14:18:49 -03:00
5499a8a585 fix: update PostgreSQL healthcheck command and ensure default network is specified
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 15s
2026-03-28 14:10:37 -03:00
1c4a35eea8 fix: add 'default' network to condado-newsletter service in Docker Compose
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 8s
2026-03-28 14:04:02 -03:00
363bfcb135 fix: add external network configuration for condado-newsletter service in Docker Compose
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 17s
2026-03-28 14:01:30 -03:00
eaf588f7d5 fix: correct spelling of 'postgres' in Docker Compose and entrypoint scripts
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 15s
2026-03-28 13:54:14 -03:00
621bb1773c fix: update healthcheck command for PostgreSQL service in Docker Compose
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 31s
2026-03-28 13:46:34 -03:00
942da74778 fix: remove PostgreSQL initialization from entrypoint and update Docker configuration for external database
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 2m23s
2026-03-28 13:40:24 -03:00
f6d37bb1f2 fix: update Docker image source for condado-newsletter service
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 22s
2026-03-28 13:19:59 -03:00
2e2e75fe87 fix: update JwtService to handle default expiration and add tests for token generation
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 39s
2026-03-28 03:40:03 -03:00
8f508034d5 fix: update Docker configuration for image source and enhance logging in supervisord
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 14s
2026-03-28 03:32:08 -03:00
5ff28fa3d4 fix: update homepage logo and href in Docker Compose configuration
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 12s
2026-03-28 03:09:35 -03:00
51b596c7a5 fix: update Portainer API URL and correct image reference in Docker Compose
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 12s
2026-03-28 03:03:33 -03:00
5723c74e39 fix: add missing colon in Active Entities label on DashboardPage (#1) (#2)
Reviewed-on: #1
Co-authored-by: Gabriel Sancho <gabriel.sancho13@gmail.com>
Co-committed-by: Gabriel Sancho <gabriel.sancho13@gmail.com>
Reviewed-on: #2
2026-03-27 16:19:26 -03:00
0fc0416eb7 fix(docker): add extra_hosts for backend services 2026-03-27 03:22:37 -03:00
919aff07ff fix(docker): pass llama env vars to backend services 2026-03-27 03:15:17 -03:00
3895ef864a chore(docker): align step 12 compose topology and ports 2026-03-26 19:20:04 -03:00
4649aba1d4 feat: update API base URL and change exposed ports to 6969 for frontend and backend services 2026-03-26 17:35:01 -03:00
ca2e645f02 feat: initialize frontend with React, Vite, and Tailwind CSS
- Added package.json for project dependencies and scripts.
- Configured PostCSS with Tailwind CSS.
- Created main application structure with App component and routing.
- Implemented API client for handling requests with Axios.
- Developed authentication API for login, logout, and user verification.
- Created entities API for managing virtual entities.
- Implemented logs API for fetching dispatch logs.
- Added navigation bar component for app navigation.
- Created protected route component for route guarding.
- Set up global CSS with Tailwind directives.
- Configured main entry point for React application.
- Developed basic Dashboard and Login pages.
- Set up router for application navigation.
- Added Jest testing setup for testing library.
- Configured Tailwind CSS with content paths.
- Set TypeScript configuration for frontend.
- Created Vite configuration for development and production builds.
- Added Nginx configuration for serving the application and proxying API requests.
2026-03-26 15:04:12 -03:00