|
|
66269fa816
|
feat(portainer): add Portainer-optimized deployment files
ci/woodpecker/push/woodpecker Pipeline was successful
- Create docker-compose.portainer.yml
- No env_file directive (Portainer doesn't support it)
- Port exposed on 0.0.0.0 (Portainer limitation)
- Simple depends_on syntax
- All environment variables explicit
- Create docs/PORTAINER-DEPLOYMENT.md
- Complete Portainer deployment guide
- Step-by-step instructions
- Environment variables reference
- Troubleshooting section
- Best practices for security and backups
- Update README.md
- Add Portainer deployment section
- Reference Portainer deployment guide
Fixes:
- 'open /data/compose/94/.env: no such file or directory'
- 'ignoring IP-address (127.0.0.1:8200:8200/tcp)' warning
Portainer requires different compose syntax than standard docker-compose.
This provides a deployment path optimized for Portainer's stack parser.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-08 17:41:11 -06:00 |
|