Skip to content

Commit

Permalink
Merge pull request #15 from sourcetoad/SYS-2128
Browse files Browse the repository at this point in the history
SYS-2128-add-postgres94
  • Loading branch information
niraj-toad authored Jun 10, 2020
2 parents 583bf55 + 3ef8bf6 commit e52cd11
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.2.1 (June 9, 2020)
* Added PostgreSQL v9.4

# v1.2.0 (March 6, 2020)
* Removed mysql56
* Deprecated networks that aren't "st-internal"
Expand Down
16 changes: 16 additions & 0 deletions docker/data-source-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@ services:
-c log_filename='%Y-%m-%d.log'
-c log_line_prefix='%t %v '
-c log_statement='all'"
postgres94:
image: postgres:9.4
container_name: sourcetoad_postgres94
ports:
- "5494:5432"
environment:
- POSTGRES_USER=postgres_user
- POSTGRES_PASSWORD=postgres_pass
networks:
- st-internal
command: "postgres
-c logging_collector='on'
-c log_directory='/var/log/postgresql'
-c log_filename='%Y-%m-%d.log'
-c log_line_prefix='%t %v '
-c log_statement='all'"
mariadb104:
image: mariadb:10.4
container_name: sourcetoad_mariadb104
Expand Down

0 comments on commit e52cd11

Please sign in to comment.