Skip to content

❓ How to setup with HTTPS? #222

Discussion options

You must be logged in to vote

OK! I have been an idiot, I went looking into the code as I was thinking of adding the feature in, but then found it was already done. The steps are just no documented, so for anyone interested, I did the following

You need to make the following adjustments to the compose file that he supplies:
Add extra volume
volumes:

  • /var/run/docker.sock:/var/run/docker.sock
  • ./data:/app/data
  • location_of_certs:/certs

Add extra environment variable
environment:

  • DOCKGE_STACKS_DIR=/location you specified
  • DOCKGE_SSL_KEY=./certs/key.pem (assuming you are using LE certs)
  • DOCKGE_SSL_CERT=./certs/fullchain.pem

After it should work.

Replies: 11 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Jayllyz
Comment options

@hermannx5
Comment options

@hermannx5
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@samerfarida
Comment options

@jgardner-qha
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@coreyaboy
Comment options

@jgardner-qha
Comment options

Comment options

You must be logged in to vote
3 replies
@jgardner-qha
Comment options

@snapshotleisure
Comment options

@coreyaboy
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

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

Comment options

You must be logged in to vote
0 replies
Answer selected by snapshotleisure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7 participants