Files
stack/build-images.sh
Jason Woltje 7f3499b1f2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix(swarm): Remove build directives and unsupported options for swarm
Docker Swarm doesn't support build directives or security_opt.
Images must be pre-built before deployment.

Changes:
- Created build-images.sh script to build all images
- Updated deploy-swarm.sh to check for images and offer to build
- Removed build: sections from docker-compose.swarm.yml
- Removed security_opt: (not supported in swarm)
- Services now reference pre-built images only

Deployment workflow:
1. ./build-images.sh (build all images)
2. ./deploy-swarm.sh mosaic (deploy to swarm)
2026-02-08 01:31:29 -06:00

1.4 KiB
Executable File