Skip to content

Does anyone have instructions on how to run this behind a reverse proxy? #33

Closed Pinned Answered by ovizii
ovizii asked this question in Q&A
Discussion options

You must be logged in to vote

I got it working behind traefik as reverse proxy with this docker-compose.yml

version: '3.9'

services:

# https://github.com/bluet/docker-cronicle-docker
  cronicle:
    image: bluet/cronicle-docker:latest
    container_name: cronicle
    hostname: cronicle
    environment:
      - TZ=Europe/Berlin
      - HOSTNAME=cronicle.mydomain.tld
      - CRONICLE_secret_key=supersecretkey
      - CRONICLE_base_app_url=https://cronicle.mydomain.tld
      - CRONICLE_web_socket_use_hostnames=1
      - CRONICLE_server_comm_use_hostnames=1
      - CRONICLE_email_from=me@mydomain.tld
      - CRONICLE_smtp_hostname=10.10.10.10
      - CRONICLE_port=25
    volumes:
      - /var/run/docker.sock:/var/run/do…

Replies: 1 comment

Comment options

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