postgrestest:
  image: postgres:latest
  environment:
    POSTGRES_USER: grafanatest
    POSTGRES_PASSWORD: grafanatest
  ports:
    - "5432:5432"
