I am trying to deploy my PostgreSQL to a docker container (in an EC2 instance). My YAML file looks like this:
version: ‘3’ service: postgres: image: ‘post