5 image: 'postgres:latest'
9 POSTGRES_USER: gargantua
10 POSTGRES_PASSWORD: C8kdcUrAQy66U
11 POSTGRES_DB: gargandbV5
13 - garg-pgdata:/var/lib/postgresql/data
16 - ../postgres/schema.sql:/docker-entrypoint-initdb.d/schema.sql:ro
19 image: 'cgenie/corenlp-garg'