diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 20:16:22 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 20:16:22 +0100 |
| commit | 29db3ce86a36cc91318721e56094b763c98c2fa9 (patch) | |
| tree | 21d76e90137a119dfd6c733dde59fcac059b4246 /compose.yml | |
| parent | 2d89475f0b9648e5efcf827d3e01356ee84b5465 (diff) | |
first draft of http.Dockerfile
Diffstat (limited to 'compose.yml')
| -rw-r--r-- | compose.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/compose.yml b/compose.yml index 6de4e61..e0f4df8 100644 --- a/compose.yml +++ b/compose.yml @@ -7,6 +7,20 @@ services: ports: - "1965:1965" + http: + image: git.joeac.net/joeac/joeac.net-http + build: + context: . + dockerfile: http.Dockerfile + args: + LOCAL_SMTP_HOST: smtp + LOCAL_SMTP_PORT: 2500 + LOCAL_SMTP_PASSWORD: smtp + env_file: + - .env + ports: + - "8080:8080" + smtp: image: git.joeac.net/joeac/joeac.net-smtp build: |
