diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 10:27:30 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 10:28:13 +0100 |
| commit | 17c7e2446cfc5b02df4cc437a84d13e9e05b8132 (patch) | |
| tree | 5963b12c02ef3bd499be8f375207c5217e4066a1 /compose.yml | |
| parent | 33d13bb455505b579cabfadbf2a59a156f3e0c46 (diff) | |
pulls out GEMINI_CERTIFICATES_DIR and GEMINI_COMITIUM_DATA_DIR
Diffstat (limited to 'compose.yml')
| -rw-r--r-- | compose.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compose.yml b/compose.yml index 66e7f9f..9f2db02 100644 --- a/compose.yml +++ b/compose.yml @@ -7,6 +7,9 @@ services: dockerfile: gemini.Dockerfile ports: - "${GEMINI_PORT}:1965" + volumes: + - ${GEMINI_CERTIFICATES_DIR}:/var/app/.certificates + - ${GEMINI_COMITIUM_DATA_DIR}:/var/app/comitium-data http: image: git.joeac.net/joeac/${IMAGE_PREFIX}joeac.net-http |
