You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Advanced.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,36 @@ Deploying using docker compose works almost the same as using a normal docker co
39
39
40
40
Any of the [configuration options](https://docs.traefik.io/configuration/backends/docker/#on-containers) for the default Traefik docker setup can be used.
41
41
42
-
If you have a docker-compose.yml file, __any domain set in exoframe.json will be ignored__.
42
+
If you have a docker-compose.yml file, **any domain set in exoframe.json will be ignored**.
43
+
44
+
For the most part, Exoframe doesn't pass anything from `exoframe.json` to the compose.
45
+
However, one thing that is being passed is environmental variables.
46
+
You can use any variables defined in `exoframe.json` in your compose file.
0 commit comments