Skip to content

Running gramps-web via docker with traefik as reverse proxy #279

Answered by mpfl
Buddinski88 asked this question in Q&A
Discussion options

You must be logged in to vote

This is my config. I've already set up an entrypoint to get a wildcard SSL cert. I also use a middleware that sets some HTTP headers to enhance security. My web network is analogous to your traefik_proxy network.

version: "3.7"

services:
  grampsweb: &grampsweb
    image: ghcr.io/gramps-project/grampsweb:latest
    container_name: grampsweb
    networks:
      - default
      - web
    environment:
      GRAMPSWEB_TREE: "My family"  # will create a new tree if not exists
      GRAMPSWEB_CELERY_CONFIG__broker_url: "redis://grampsweb-redis:6379/0"
      GRAMPSWEB_CELERY_CONFIG__result_backend: "redis://grampsweb-redis:6379/0"
      GRAMPSWEB_RATELIMIT_STORAGE_URI: "redis://grampsweb-redis:…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Buddinski88
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Buddinski88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants