We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From covid-taskforce-cplp/hxldash-docker#4
Related:
The text was updated successfully, but these errors were encountered:
hxl-proxy (#2): started docker/full-stack
b01b797
Still working on the Traefik 2.2 default configuration, but this already is an draft.
version: "3" services: # (...) hxl-proxy: image: unocha/hxl-proxy:1.18 # see https://hub.docker.com/r/unocha/hxl-proxy/tags # command: python manage.py runserver 0.0.0.0:8000 # depends_on: # - postgres_hxl-proxy labels: - "traefik.enable=true" - "traefik.http.routers.hxl-proxy.rule=Host(`proxy.hxl.etica.dev`)" - "traefik.http.routers.hxl-proxy.entrypoints=web,websecure" - "traefik.http.routers.hxl-proxy.tls.certresolver=letsencrypt"
Preview of the load balancer dashboard. Very different from the Traefik 1.x version.
Sorry, something went wrong.
traefik-refactoring-to-yml (#6): done; hxl-proxy (#2): container at l…
8618229
…east don't die (was error on command);
No branches or pull requests
Related:
The text was updated successfully, but these errors were encountered: