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
This is definitely needed. I tried using docker-compose config | container-transform -v which in theory should output the YML file with dynamic values retrieved from the .env file and pass them to container-transform, but I get the same error:
'container_port': int(parts[1]),
ValueError: invalid literal for int() with base 10: '80/tc'
Actually, now I just noticed that the issue (error) was caused when I declare the ports using: - 8888:80/tcp instead of - 8888:80. Still a thing to be fixed in my opinion.
Similar to #44 I think, but maybe the situation is different 2 years later?
I am trying to convert https://github.com/jfrog/artifactory-docker-examples/tree/master/docker-compose/xray
Apparently they are using the ".env" file as per https://docs.docker.com/compose/environment-variables/#the-env-file
It seems like container-transform would need to parse the compose file the same way docker compose does to produce the same results?
I tried appending the variables to the "docker-compose.yaml" (xray.yml) file, but the results were not positive either.
... same error :(
~tommy
The text was updated successfully, but these errors were encountered: