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
so, besides my docker-compose there is a file myenv that should be used as env file. During transfer to ECS, it will be stored in /var/app/current/myenv from where it could be used.
I am unsure if such an option exists in the Dockerrun format at all.
If not, theoretically it would be possible to transform each of the defined variables to
First of all: I love your tool!
I am converting docker-compose.yml to Dockerrun.aws.json. This has been working very well for almost 3 years now.
Recently I added for one service an
env_file
directive:so, besides my docker-compose there is a file
myenv
that should be used as env file. During transfer to ECS, it will be stored in /var/app/current/myenv from where it could be used.I am unsure if such an option exists in the Dockerrun format at all.
If not, theoretically it would be possible to transform each of the defined variables to
see the docs here
I would be very grateful for your help
The text was updated successfully, but these errors were encountered: