Question about docker config domain variables #286
-
|
Hello, I have a question about the docker configuration env variables: What is the difference between |
Beta Was this translation helpful? Give feedback.
Answered by
Smaug6739
Dec 20, 2025
Replies: 1 comment 2 replies
-
|
Hello, to configure the website with a domain on a VPS you need to fill the two variables:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Tomv23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, to configure the website with a domain on a VPS you need to fill the two variables:
COOKIE_DOMAINwith the highest common domain between the server and the client.yourdomain.comand the api onapi.yourdomain.com, in this case the common domain between the two isyourdomain.comso use this value forCOOKIE_DOMAINfrontend.yourdomain.comand the backend onapi.yourdomain.com, in this case the common domain is alsoyourdomain.comso you can use the same valueDOMAIN_CLIENTwith the frontend urlhttps://yourdomain.comhttps://frontend.yourdomain.com