Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Updated options for ECS deploys #583

Merged
merged 2 commits into from
Oct 19, 2020

Commits on Oct 17, 2020

  1. Add Environment and Secrets to default container

    This allows specifying additional environment variables to the default
    PORT => 3000 mapping, and specifying secrets to use with the default
    container.
    
    I'm still trying to work out what the flow should be for a Waypoint
    deployment into ECS, but it seems like we have at the very least a
    default container that is created during the build stage.
    surminus committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    cbedf5d View commit details
    Browse the repository at this point in the history
  2. Add ability to run additional containers

    The deployment to ECS is quite simple: a single container, on a chosen
    port.
    
    This allows specifying additional containers to run along side the main
    container which is common as a use case.
    surminus committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    4a999c8 View commit details
    Browse the repository at this point in the history