Replies: 1 comment 1 reply
-
|
Not using App Templates but you could use Git based stack deployment along with relative paths feature to achieve this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ask a Question!
Hello,
I'm using Portainer for 2 years now and it's been a great product but I can't find a definitive answer to this question.
I am using a JSON file to provide custom App Templates. Stacks files are hosted on Git and currently I tried different things to deploy some stacks along with config files using this setup but could not find a way to make it work.
For example, I would like to be able to deploy a stack that is using a docker-compose.yml file and a config file for the container (such as grafana.yml).
Example : Deploying pre-configured Grafana from App Template
Git is hosting two files :
Docker compose is referencing (mount) the grafana.yml config file.
Is there any way to do that with current versions (I'm using Business Edition).
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions