Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

Creates docker server with network policy and with/without data volume in DigitalOcean

License

Notifications You must be signed in to change notification settings

4ops/terraform-digitalocean-docker-server

Repository files navigation

Docker server

  • Creates virtual server(s) with docker
  • Creates cloud volume(s) and mount to /srv
  • Auto resize fs on data volume when size of volume changed
  • Register server(s) in domain var.domain
  • Creates cloud firewall and apply network policy to server(s)
  • Create var.provisioner user

Cloud resources

  • DigitalOcean droplet
  • DigitalOcean volume
  • DigitalOcean cloud firewall

Default firewall rules

Incoming

  • Allow SSH from var.trusted_sources
  • Allow icmp from world

Outgoing

  • Allow tcp to world
  • Allow udp to world
  • Allow icmp to world

About

Creates docker server with network policy and with/without data volume in DigitalOcean

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages