From 90b16dad40078fe6fb5d5e48f1f523837a971d7e Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Jun 2026 19:36:13 +0100 Subject: [PATCH] remove website service from compose.yml --- compose.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/compose.yml b/compose.yml index e192b2f..25c4928 100644 --- a/compose.yml +++ b/compose.yml @@ -7,20 +7,6 @@ services: ports: - "1965:1965" - website: - image: git.joeac.net/joeac/joeac.net-website - build: - context: . - dockerfile: website.Dockerfile - args: - LOCAL_SMTP_HOST: smtp - LOCAL_SMTP_PORT: 2500 - LOCAL_SMTP_PASSWORD: smtp - env_file: - - .env - ports: - - "8000:4321" - smtp: image: git.joeac.net/joeac/joeac.net-smtp build: