aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com
diff options
context:
space:
mode:
Diffstat (limited to 'terminaldweller.com')
-rw-r--r--terminaldweller.com/rss-bridge/docker-compose.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/terminaldweller.com/rss-bridge/docker-compose.yaml b/terminaldweller.com/rss-bridge/docker-compose.yaml
index 225c94c..0cc8325 100644
--- a/terminaldweller.com/rss-bridge/docker-compose.yaml
+++ b/terminaldweller.com/rss-bridge/docker-compose.yaml
@@ -5,11 +5,11 @@ services:
networks:
- rssbridgenet
ports:
- - "3000:80"
+ - "3000:443"
restart: unless-stopped
- # volumes:
- # - ./nginx.conf:/etc/nginx/nginx.conf:ro
- # - /home/ubuntu/cargo:/cargo
+ volumes:
+ - ./nginx.conf:/etc/nginx/nginx.conf:ro
+ - /etc/letsencrypt/archive/rssgen.terminaldweller.com/:/certs/:ro
# cap_drop:
# - ALL
networks: