diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-13 09:40:10 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-13 09:40:10 +0100 |
| commit | ef451a063b0045da39fa5f655b4ba5fa5e2f09e8 (patch) | |
| tree | ad80874a7c823b54d4c285e5ad8c4102470788e8 /compose.yml | |
| parent | 1a64bce2fbf4f8c430672b63c62c6b99c0ac496a (diff) | |
reorganises images in capsule, symlinks to website
Diffstat (limited to 'compose.yml')
| -rw-r--r-- | compose.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compose.yml b/compose.yml index f27b1ff..8097829 100644 --- a/compose.yml +++ b/compose.yml @@ -7,7 +7,8 @@ services: website: build: - context: website + context: . + dockerfile: website.Dockerfile args: LOCAL_SMTP_HOST: smtp LOCAL_SMTP_PORT: 2500 |
