database-compose.docker-compose_postgres-10.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integration-server-gradle-plugin Show documentation
Show all versions of integration-server-gradle-plugin Show documentation
The easy way to get custom setup for Deploy up and running
version: "3.4"
services:
postgres:
image: postgres:10.5
working_dir: /
ports:
- "{{DB_PORT}}:5432"
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=demo
- POSTGRES_DB=xldrepo
command: postgres