aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/gemini/docker-compose.yaml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-05 14:28:05 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-05 14:28:05 +0000
commit0d1f5ea194a2e9542784d50ad72f588d0f30fe98 (patch)
tree1db87f1358678a1295e57d5d72741d726cb02b07 /terminaldweller.com/gemini/docker-compose.yaml
parentupdate (diff)
downloadscripts-0d1f5ea194a2e9542784d50ad72f588d0f30fe98.tar.gz
scripts-0d1f5ea194a2e9542784d50ad72f588d0f30fe98.zip
update
Diffstat (limited to 'terminaldweller.com/gemini/docker-compose.yaml')
-rw-r--r--terminaldweller.com/gemini/docker-compose.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/terminaldweller.com/gemini/docker-compose.yaml b/terminaldweller.com/gemini/docker-compose.yaml
index 6a3c7aa..42a8a88 100644
--- a/terminaldweller.com/gemini/docker-compose.yaml
+++ b/terminaldweller.com/gemini/docker-compose.yaml
@@ -16,5 +16,11 @@ services:
- CHOWN
- SETGID
- SETUID
+ volumes:
+ # we have to use the same cert because of TOFU
+ - certs:/.certificates/
+ - ./index.gmi:/srv/index.gmi:ro
networks:
agatenet:
+volumes:
+ certs: