Replies: 2 comments
-
@jangeador Hello, could you share the files in question (staging.yml and Dockerfile) for reference? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! in case it may interest anyone, I have designed an approach to set up a staging server in the
It's just a first idea which may have drawbacks, but it's working so far and it avoids hard-copying (i.e., duplicating) the production settings for the staging server. Looking forward to recieve feedback. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the proper way to setup a staging server using the production settings with docker? I am having to create a third file
staging.yml
which is identical toproduction.yml
in everything except for the traefik container which builds from a different docker file in order to have a separatetraefik.yml
file with a different staging domain, also I am pointing this traefik.yml file to go tocaServer: https://acme-staging-v02.api.letsencrypt.org/directory
in order to have a semi-valid cert, not a real valid one.Please let me know if there is a better way to do this.
Beta Was this translation helpful? Give feedback.
All reactions