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
In public-service.yml file i want to pass environment variables from local.env file instead of keyvalue pair. How to do that?
ContainerDefinitions:
- Name: !Ref 'ServiceName'
Image: !Ref 'ImageUrl'
Essential: true
Command: ['./apiserv']
PortMappings:
- ContainerPort: !Ref 'ContainerPort'
Environment:
- Name:
Value
The text was updated successfully, but these errors were encountered:
In public-service.yml file i want to pass environment variables from local.env file instead of keyvalue pair. How to do that?
ContainerDefinitions:
- Name: !Ref 'ServiceName'
Image: !Ref 'ImageUrl'
Essential: true
Command: ['./apiserv']
PortMappings:
- ContainerPort: !Ref 'ContainerPort'
Environment:
- Name:
Value
The text was updated successfully, but these errors were encountered: