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
[email protected] authored and [email protected] committed Oct 29, 2024
1 parent 28ab575 commit 4c72893
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker-compose.noWorkflow.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="[email protected]"
- LETSENCRYPT_EMAIL="[email protected]"

web:
restart: always
Expand All @@ -103,7 +103,7 @@ services:
- VIRTUAL_PROTO=http
- VIRTUAL_PORT=3000
- LETSENCRYPT_HOST=${HOST}
- LETSENCRYPT_EMAIL="[email protected]"
- LETSENCRYPT_EMAIL="[email protected]"
volumes:
- "./frontend/frontend/public:/app/public"
- "./frontend/frontend/src:/app/src"
Expand Down Expand Up @@ -145,4 +145,4 @@ services:
volumes:
- "./api/solr:/var/solr/data/ckan/"
- solr-data:/var/solr/data/ckan/data:rw
- "./api/solr/sample-solr-data/:/var/solr/data/ckan/data/index"
- "./api/solr/sample-solr-datacd /:/var/solr/data/ckan/data/index"
4 changes: 2 additions & 2 deletions docker-compose.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
- VIRTUAL_HOST=api.${HOST}
- VIRTUAL_PROTO=http
- LETSENCRYPT_HOST=api.${HOST}
- LETSENCRYPT_EMAIL="[email protected]"
- LETSENCRYPT_EMAIL="[email protected]"

web:
restart: always
Expand All @@ -107,7 +107,7 @@ services:
- VIRTUAL_PROTO=http
- VIRTUAL_PORT=3000
- LETSENCRYPT_HOST=${HOST}
- LETSENCRYPT_EMAIL="[email protected]"
- LETSENCRYPT_EMAIL="[email protected]"
volumes:
- "./frontend/frontend/public:/app/public"
- "./frontend/frontend/src:/app/src"
Expand Down

0 comments on commit 4c72893

Please sign in to comment.