summaryrefslogtreecommitdiff
path: root/compose.yml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-18 19:36:13 +0100
committerJoe Carstairs <me@joeac.net>2026-06-18 19:36:13 +0100
commit90b16dad40078fe6fb5d5e48f1f523837a971d7e (patch)
treef3f4c52b400766ac59ad6e8f111c3b516db5dfc1 /compose.yml
parent05b9308c1bf7899fb7d1860914fcbac348c1bdb5 (diff)
remove website service from compose.yml
Diffstat (limited to 'compose.yml')
-rw-r--r--compose.yml14
1 files changed, 0 insertions, 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: