https://confluence.atlassian.com/doc/supported-platforms-207488198.html#SupportedPlatforms-Java version: "3.2" services: db: image: postgres volumes: - /data/docker/confluence/postgres:/var/lib/postgresql environment: - POSTGRES_DB=confluence - POSTGRES_PASSWORD=yourpassword - POSTGRES_INITDB_ARGS=--encoding=UTF-8 healthcheck: test: "pg_isready -h localhost -p 5432 -q -U postgres" interval: 3s t..