4 Commits

Author SHA1 Message Date
051514ced1 Connect web service to Coolify's Traefik proxy network
Without joining the external 'coolify' network, Traefik cannot reach
the container and the reverse proxy returns 502.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 13:43:04 +01:00
b17b781839 Publish web service on port 31478
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 13:38:10 +01:00
3199a04014 Use expose instead of ports for Coolify deployment
Coolify handles reverse proxying internally, so binding to a host port
is unnecessary and causes conflicts. expose makes port 8000 available
within the Docker network without publishing it to the host.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 13:28:14 +01:00
5f694ca6ed Rename docker-compose.yml to docker-compose.yaml
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 13:25:24 +01:00