Files
stack/docker-compose.swarm.yml
Jason Woltje 3485ab7883
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix(swarm): remove postgres init-scripts bind mount for Portainer
- Remove ./docker/postgres/init-scripts bind mount from postgres service
- Fixes: 'bind source path does not exist' error in Portainer
- Init scripts are already baked into postgres image at build time

Portainer can't access repository files when deploying stacks,
so bind mounts to local paths don't work. The postgres image
already includes init scripts via Dockerfile COPY.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 20:29:25 -06:00

12 KiB