docker-fbctf icon indicating copy to clipboard operation
docker-fbctf copied to clipboard

(feat) Docker-compose.yml should work with docker swarm / k8s.

Open denzuko opened this issue 7 years ago • 3 comments

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

denzuko avatar Aug 31 '18 21:08 denzuko

One could also add in a TICK stack and Portainer to have a graphical administration system.

denzuko avatar Aug 31 '18 21:08 denzuko

See Pull Request #3

denzuko avatar Aug 31 '18 21:08 denzuko

third part resolved with Pull request #12

denzuko avatar Sep 12 '18 20:09 denzuko