Skip to content

Commit

Permalink
#28 cleanup, letsencrypt email should come to us, not derilinx
Browse files Browse the repository at this point in the history
  • Loading branch information
a.lambert@unesco.org authored and a.lambert@unesco.org committed Oct 29, 2024
1 parent 4c72893 commit d7d22a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:
- VIRTUAL_HOST=api.${HOST}
- VIRTUAL_PROTO=http
- LETSENCRYPT_HOST=api.${HOST}
- LETSENCRYPT_EMAIL="dev@derilinx.com"
- LETSENCRYPT_EMAIL="it@iode.org"

web:
restart: always
Expand All @@ -103,7 +103,7 @@ services:
- VIRTUAL_PROTO=http
- VIRTUAL_PORT=3000
- LETSENCRYPT_HOST=${HOST}
- LETSENCRYPT_EMAIL="dev@derilinx.com"
- LETSENCRYPT_EMAIL="it@iode.org"
volumes:
- "./frontend/frontend/public:/app/public"
- "./frontend/frontend/src:/app/src"
Expand Down

0 comments on commit d7d22a4

Please sign in to comment.