Skip to content

Commit

Permalink
Use standard docker image instead of High Availability
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatas committed Jun 7, 2024
1 parent b547946 commit 6cf98a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion db/downloads_schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
enable_extension "timescaledb"
enable_extension "timescaledb_toolkit"

end
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
ports:
- "5432:5432"
db-ts:
image: timescale/timescaledb-ha:pg16.2-ts2.14.2-all
image: timescale/timescaledb:2.15.1-pg16
ports:
- "5434:5432"
environment:
Expand Down

0 comments on commit 6cf98a4

Please sign in to comment.