docker-fbctf
docker-fbctf copied to clipboard
(feat) Docker-compose.yml should work with docker swarm / k8s.
As a user I would like to use docker stack deploy to deploy docker-fbctf So that I can use tools like kubernetes and docker swarm to ensure high availability And so that I can use traefik to automatically generate certificates via acme And so that I can use traefik to route traffic as needed
Acceptance criteria
- [x] Should support traefik via labels
- [x] Should support replication via swarm
- [x] Should support latest version of docker-compose.yml (ie 3.4+)
- [x] Could include adminer
- [x] Should not need to access service ports or special urls
- [x] Should work with virtual hosts
- [x] Could harden SSL/TLS
One could also add in a TICK stack and Portainer to have a graphical administration system.
See Pull Request #3
third part resolved with Pull request #12