Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
fix: mount certs in prod proxy, inject env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Apr 28, 2024
1 parent 0e5484d commit fed9790
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ services:
condition: service_started
certbot:
condition: service_completed_successfully
volumes:
- certs:/etc/letsencrypt
- certbot_data:/var/www/certbot
environment:
DOMAIN: ${DOMAIN}
ports:
- 80:80
- 443:443
Expand Down

0 comments on commit fed9790

Please sign in to comment.