Files
Phx-Yuri/helper.md
Yuri Lima 005aedaba3 Enhance Docker Compose and NGINX configurations
- Added new environment variables for connection pooling in the .env file.
- Updated Docker Compose to ensure consistent naming conventions for containers and added health checks.
- Increased timeout settings in NGINX configuration for file uploads.
- Improved pgAdmin reverse proxy configuration to handle path rewrites.
- Added migration SQL file and updated helper documentation for database operations.
2025-07-28 13:49:55 +00:00

5 lines
152 B
Markdown

docker exec -it phx-phoenix-system-1 sh
rm -rf https_portal/data https_portal/log
docker exec -i phoenixDB psql -U postgres -d phoenix < migration.sql