Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up a pre-prod environment of impresso-docker-stack in an internal VM #4

Open
danieleguido opened this issue Dec 13, 2023 · 0 comments
Assignees

Comments

@danieleguido
Copy link
Contributor

Done and tested.

NGINX_PORT=8080
IMPRESSO_MIDDLE_LAYER_TAG=v2.4.0
IMPRESSO_USER_ADMIN_TAG=v2.1.0
IMPRESSO_FRONTEND_TAG=v2.9.5
IMPRESSO_RECSYS_TAG=latest
IMPRESSO_IIIF_WIDGET_TAG=latest
IMPRESSO_PUBLIC_API_TAG=latest

To test we use a local nginx proxy to the test address "impresso-project.internal.ch"

events {
  worker_connections 1024;
}

http {
  server {
      listen 80;
      server_name impresso-project.internal.ch;
      location / {
          proxy_pass http://VM-test:8080/;
      }
  }
}
@danieleguido danieleguido self-assigned this Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant