codecov / self-hosted

Example of how to setup Codecov with docker compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with timescale volume path?

trevjonez opened this issue · comments

Same issue here.

I didn't need timescale-ha so I switched to standard timescale via

  timescale:
    image: timescale/timescaledb:latest-pg14
    environment:
      - POSTGRES_PASSWORD=some-password
      - POSTGRES_USER=postgres
      - POSTGRES_DB=postgres
    volumes:
      - timescale-volume:/var/lib/postgresql/data
    networks:
      - codecov