nebula/mastodon/network.tf
Nemo 587b6258bb Mastodon: Initial Configuration
This is missing some secrets, will commit those later
2022-12-26 12:47:48 +05:30

5 lines
100 B
HCL

resource "docker_network" "mastodon" {
name = "mastodon"
driver = "bridge"
internal = true
}