Reduce memory reservation

This commit is contained in:
Layla 2020-05-01 00:06:06 -04:00
parent 70b8236f4e
commit 7ca5c63131
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31

View File

@ -31,7 +31,7 @@ Resources:
- Name: defend-together - Name: defend-together
Essential: 'true' Essential: 'true'
Image: !Sub "josephbmanley/defend-together:${DockerTag}" Image: !Sub "josephbmanley/defend-together:${DockerTag}"
MemoryReservation: 800 MemoryReservation: 250
PortMappings: PortMappings:
- HostPort: 0 - HostPort: 0
ContainerPort: 7777 ContainerPort: 7777