Skip to content

Commit

Permalink
Merge pull request #9 from DiSSCo/UpdateDeployment
Browse files Browse the repository at this point in the history
Update deployment files
  • Loading branch information
TomDijkema authored Jun 14, 2024
2 parents ca57584 + 441a17a commit c9c62ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
tettris_marketplace:
container_name: tettris_marketplace
restart: always
image: public.ecr.aws/dissco/tettris-marketplace:latest
image: public.ecr.aws/dissco/tettris-marketplace:sha-ca57584
nginx:
container_name: nginx
restart: unless-stopped
Expand Down
6 changes: 3 additions & 3 deletions deployment/nginx/conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ http {
listen [::]:443 ssl;
http2 on;

ssl_certificate /etc/letsencrypt/live/blue.bicikl-project.eu-0001/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/blue.bicikl-project.eu-0001/privkey.pem;
ssl_certificate /etc/letsencrypt/live/marketplace.cetaf.org-0001/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/marketplace.cetaf.org-0001/privkey.pem;
ssl_session_timeout 1d;
ssl_session_cache shared:MozSSL:10m;
ssl_session_tickets off;
Expand All @@ -34,7 +34,7 @@ http {
ssl_stapling_verify on;

# verify chain of trust of OCSP response using Root CA and Intermediate certs
ssl_trusted_certificate /etc/letsencrypt/live/blue.bicikl-project.eu-0001/fullchain.pem;
ssl_trusted_certificate /etc/letsencrypt/live/marketplace.cetaf.org-0001/fullchain.pem;

location / {
proxy_pass http://tettris_marketplace:3000;
Expand Down

0 comments on commit c9c62ca

Please sign in to comment.