version: '3' services: postgres: image: public.ecr.aws/docker/library/postgres:14.0-alpine environment: - POSTGRES_PASSWORD=23af728bc84f7800f4e9 - POSTGRES_USER=postgres - POSTGRES_DB=postgres ports: - 3100:5432