File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
docker/data-source-services Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # v1.2.1 (June 9, 2020)
2+ * Added PostgreSQL v9.4
3+
14# v1.2.0 (March 6, 2020)
25 * Removed mysql56
36 * Deprecated networks that aren't "st-internal"
Original file line number Diff line number Diff line change @@ -34,6 +34,22 @@ services:
3434 -c log_filename='%Y-%m-%d.log'
3535 -c log_line_prefix='%t %v '
3636 -c log_statement='all'"
37+ postgres94 :
38+ image : postgres:9.4
39+ container_name : sourcetoad_postgres94
40+ ports :
41+ - " 5494:5432"
42+ environment :
43+ - POSTGRES_USER=postgres_user
44+ - POSTGRES_PASSWORD=postgres_pass
45+ networks :
46+ - st-internal
47+ command : " postgres
48+ -c logging_collector='on'
49+ -c log_directory='/var/log/postgresql'
50+ -c log_filename='%Y-%m-%d.log'
51+ -c log_line_prefix='%t %v '
52+ -c log_statement='all'"
3753 mariadb104 :
3854 image : mariadb:10.4
3955 container_name : sourcetoad_mariadb104
You can’t perform that action at this time.
0 commit comments