Pass redis host

This commit is contained in:
Layla 2020-05-10 00:06:09 -04:00
parent 0c46807d6a
commit af8931e2db
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31

View File

@ -16,6 +16,10 @@ Parameters:
Type: String
Default: "latest"
RedisHostname:
Description: Redis host to connect to
Type: String
Resources:
LogGroup:
@ -36,6 +40,9 @@ Resources:
- HostPort: 7778
ContainerPort: 7778
Protocol: tcp
Environment:
- Name: REDIS_HOSTNAME
Value: !Ref RedisHostname
LogConfiguration:
LogDriver: awslogs
Options: