diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 19:36:13 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 19:36:13 +0100 |
| commit | 90b16dad40078fe6fb5d5e48f1f523837a971d7e (patch) | |
| tree | f3f4c52b400766ac59ad6e8f111c3b516db5dfc1 /compose.yml | |
| parent | 05b9308c1bf7899fb7d1860914fcbac348c1bdb5 (diff) | |
remove website service from compose.yml
Diffstat (limited to 'compose.yml')
| -rw-r--r-- | compose.yml | 14 |
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: |
