services: postgres: image: postgres ports: - 5432:5432 volumes: - ./pgdata:/var/lib/postgresql/data environment: - POSTGRES_PASSWORD=postgres