diff options
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 |
