Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
NorbertBodziony committed Aug 7, 2024
1 parent 26f06ce commit ab6af57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
timescaledb:
image: ${TIMESCALEDB_IMAGE}
ports:
- 5432:5432
- ${DATABASE_PORT}:5432
volumes:
- ${TIMESCALEDB_DATA}:/home/postgres/pgdata
- ${TIMESCALEDB_BACKUPS}:/var/lib/pgbackrest
Expand Down

0 comments on commit ab6af57

Please sign in to comment.