From cb92ddcf866c1c7dace2c6c138b4bb1c2a181547 Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Fri, 5 Jul 2024 16:20:02 -0500 Subject: [PATCH] Simplify everything --- compose.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/compose.yml b/compose.yml index a408830..30c9551 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,6 @@ services: bbs: container_name: bbs - hostname: prime8.dev image: moncheeta/bbs ports: - "443:443" @@ -13,8 +12,8 @@ services: mail: container_name: mail - hostname: mail.prime8.dev image: ghcr.io/docker-mailserver/docker-mailserver:latest + hostname: mail.prime8.dev env_file: mail.env ports: - "25:25" # SMTP (explicit TLS => STARTTLS, Authentication is DISABLED => use port 465/587 instead) @@ -40,14 +39,11 @@ services: git: container_name: git - hostname: git.prime8.dev image: bacnh85/gitolite-cgit env_file: git.env volumes: - git:/var/lib/git/ ports: - - "22:22" - - "80:80" - "9418:9418" volumes: -- 2.43.4