Adds `.gitlocal` to prevent local-only Git configurations or temporary files from being tracked and committed. This ensures personal settings remain out of version control.
Changes the Docker Compose configuration to expose the application service on host port 8012. This adjusts the external access point, while the application continues to run internally on port 8080.