Added verification comment to ensure docker-compose properly connects
littleshop-admin to silverpay_silverpay-network on every deployment.
This prevents the recurring 'Name or service not known' error when
CI/CD redeploys the container.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Added silverpay_silverpay-network to docker-compose.production.yml to ensure
littleshop-admin container can communicate with TeleBot and SilverPay services.
This prevents the "Name or service not known" error that occurs when CI/CD
redeploys the container without reconnecting it to the shared network.
Changes:
- Added silverpay_silverpay-network to service networks
- Declared external network in networks section
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>