aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-11 06:12:32 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-11 06:12:32 +0000
commit00301734db0e9492ac636f8e99db65b34542224d (patch)
tree142b7e8b9293b5536d1f7e5f5a717073eac37c1f /docker-compose.yaml
parenthttp2 WIP (diff)
downloadblog-00301734db0e9492ac636f8e99db65b34542224d.tar.gz
blog-00301734db0e9492ac636f8e99db65b34542224d.zip
changes the layout of the bloghttps
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 1c70974..8eb2079 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -8,8 +8,13 @@ services:
- webnet
restart: unless-stopped
ports:
- - "9000:9000"
+ - "19009:9000"
volumes:
- /etc/letsencrypt/archive/blog.terminaldweller.com/:/certs/
+ cap_drop:
+ - ALL
+ environment:
+ - SERVER_DEPLOYMENT_TYPE=deployment
+ - SERVER_LISTEN_PORT=9000
networks:
webnet: