Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit a97ac43

Browse files
committed
switch back to timescale-ha
1 parent bb9cc52 commit a97ac43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ services:
3333
size: 2048M
3434

3535
timescale:
36-
image: timescale/timescaledb:latest-pg14
36+
image: timescale/timescaledb-ha:pg14-latest
3737
environment:
3838
- POSTGRES_USER=postgres
3939
- POSTGRES_HOST_AUTH_METHOD=trust
4040
- POSTGRES_PASSWORD=password
4141
volumes:
4242
- type: tmpfs
43-
target: /var/lib/postgresql/data
43+
target: /home/postgres/pgdata/data
4444
tmpfs:
4545
size: 2048M
4646

0 commit comments

Comments
 (0)