Skip to content

Commit

Permalink
build: fix persist dir for letsencrypt certs
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Mar 4, 2025
1 parent 3367e12 commit 5a674ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/compose.development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ services:
volumes:
- nginx-configs:/etc/nginx
# - certs:/etc/letsencrypt
- certs:/var/cache/bunkerweb/letsencrypt
- /data/cache/letsencrypt
- fmtm_frontend:/var/www/html/dev.fmtm.hotosm.org:ro
- fmtm_mapper_frontend:/var/www/html/mapper.dev.fmtm.hotosm.org:ro
- central_frontend:/var/www/html/odk.dev.fmtm.hotosm.org:ro
Expand All @@ -126,7 +126,7 @@ services:
condition: service_started
volumes:
- nginx-configs:/etc/nginx
- certs:/var/cache/bunkerweb/letsencrypt
- /data/cache/letsencrypt
environment: *proxy-env
networks:
- fmtm-net
Expand Down
2 changes: 1 addition & 1 deletion deploy/compose.main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:
volumes:
- nginx-configs:/etc/nginx
# - certs:/etc/letsencrypt
- certs:/var/cache/bunkerweb/letsencrypt
- /data/cache/letsencrypt
- fmtm_frontend:/var/www/html/dev.fmtm.hotosm.org:ro
- fmtm_mapper_frontend:/var/www/html/mapper.dev.fmtm.hotosm.org:ro
environment: *proxy-env
Expand Down
2 changes: 1 addition & 1 deletion deploy/compose.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ services:
volumes:
- nginx-configs:/etc/nginx
# - certs:/etc/letsencrypt
- certs:/var/cache/bunkerweb/letsencrypt
- /data/cache/letsencrypt
- fmtm_frontend:/var/www/html/stage.fmtm.hotosm.org:ro
- fmtm_mapper_frontend:/var/www/html/mapper.stage.fmtm.hotosm.org:ro
- central_frontend:/var/www/html/odk.stage.fmtm.hotosm.org:ro
Expand Down

0 comments on commit 5a674ab

Please sign in to comment.