Skip to content

Commit

Permalink
mentioning terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
maxadamo committed Aug 25, 2024
1 parent 9df1645 commit 6e1ed71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ This container implement's the excellent [s6-overlay](https://github.com/just-co

### Configuration examples

The documentation includes two diffrerent examples for Nomad and Docker-compose
The documentation includes two diffrerent examples for Nomad/Terraform and Docker-compose

* [Nomad](./doc/nomad/)
* [Nomad/Terraform](./doc/nomad/)
* [Docker-Compose](./doc/docker-compose/README.md)

### Wrap a Local Exchange Server
Expand Down
10 changes: 1 addition & 9 deletions doc/nomad/mailserver-in.nomad
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
#
# Docker Postfix container with ClamAV, and OpenDKIM
#
# "queue:/var/spool/postfix:rw"
# "clamav:/var/lib/clamav:rw"
# "tables:/etc/postfix/tables:ro"
# "postgrey:/etc/postgrey:ro"
#
# external DNS records should be set up as explained here:
# https://datatracker.ietf.org/doc/html/rfc6186
# Docker Postfix ingress email with ClamAV, and OpenDKIM
#
variable "key_names" {
type = list(string)
Expand Down
10 changes: 1 addition & 9 deletions doc/nomad/mailserver-out.nomad
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
#
# Docker Postfix container with ClamAV, and OpenDKIM
#
# "queue:/var/spool/postfix:rw"
# "clamav:/var/lib/clamav:rw"
# "tables:/etc/postfix/tables:ro"
# "postgrey:/etc/postgrey:ro"
#
# external DNS records should be set up as explained here:
# https://datatracker.ietf.org/doc/html/rfc6186
# Docker Postfix egress email with ClamAV, and OpenDKIM
#
variable "key_names" {
type = list(string)
Expand Down

0 comments on commit 6e1ed71

Please sign in to comment.