Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions docker/data-source-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,6 @@ services:
- ./proxy_increase.conf:/etc/nginx/proxy.conf
networks:
- st-internal
postgres95:
image: postgres:9.5
container_name: sourcetoad_postgres95
ports:
- "5495: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'"
postgres94:
image: postgres:9.4
container_name: sourcetoad_postgres94
Expand Down