Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename values of containers definition to match docker-compose values #1595

Merged
merged 11 commits into from
Dec 29, 2022

Commits on Dec 24, 2022

  1. rename identifier to container_name

    Signed-off-by: Simon L <[email protected]>
    szaimen committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    7720ed5 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. rename dependsOn to depends_on

    Signed-off-by: Simon L <[email protected]>
    szaimen committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    6cca3ce View commit details
    Browse the repository at this point in the history
  2. rename containerName to image

    Signed-off-by: Simon L <[email protected]>
    szaimen committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    4a69d53 View commit details
    Browse the repository at this point in the history
  3. rename environmentVariables to environment

    Signed-off-by: Simon L <[email protected]>
    szaimen committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    b13cb77 View commit details
    Browse the repository at this point in the history
  4. rename maxShutdownTime to stop_grace_period

    Signed-off-by: Simon L <[email protected]>
    szaimen committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    5c44447 View commit details
    Browse the repository at this point in the history
  5. rename restartPolicy to restart

    Signed-off-by: Simon L <[email protected]>
    szaimen committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    1e78d72 View commit details
    Browse the repository at this point in the history
  6. rename displayName to display_name

    Signed-off-by: Simon L <[email protected]>
    szaimen committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    3c57b2d View commit details
    Browse the repository at this point in the history
  7. rename production to services

    Signed-off-by: Simon L <[email protected]>
    szaimen committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    7a9a452 View commit details
    Browse the repository at this point in the history
  8. rename internalPorts to internal_ports

    Signed-off-by: Simon L <[email protected]>
    szaimen committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    53065b5 View commit details
    Browse the repository at this point in the history
  9. internal_ports should be a string and not an array

    Signed-off-by: Simon L <[email protected]>
    szaimen committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    54f61eb View commit details
    Browse the repository at this point in the history
  10. add items type for secrets

    Signed-off-by: Simon L <[email protected]>
    szaimen committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    117c3de View commit details
    Browse the repository at this point in the history