Skip to content

Commit 7b4effe

Browse files
authored
JEST-312 fix: remove postgres (#32)
1 parent 0c2b12c commit 7b4effe

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

DOCKER_TIPS.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ docker system prune
2424

2525
## Passwords
2626

27-
* PostgreSQL
28-
* `username: postgres_user`
29-
* `password: postgres_pass`
3027
* MariaDB
3128
* `username: mariadb_user`
3229
* `password: mariadb_pass`

docker/data-source-services/docker-compose.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,6 @@ services:
1616
- ./proxy_increase.conf:/etc/nginx/proxy.conf
1717
networks:
1818
- st-internal
19-
postgres94:
20-
image: postgres:9.4
21-
container_name: sourcetoad_postgres94
22-
ports:
23-
- "5494:5432"
24-
environment:
25-
- POSTGRES_USER=postgres_user
26-
- POSTGRES_PASSWORD=postgres_pass
27-
networks:
28-
- st-internal
29-
command: "postgres
30-
-c logging_collector='on'
31-
-c log_directory='/var/log/postgresql'
32-
-c log_filename='%Y-%m-%d.log'
33-
-c log_line_prefix='%t %v '
34-
-c log_statement='all'"
3519
mariadb105:
3620
image: mariadb:10.5
3721
container_name: sourcetoad_mariadb105

0 commit comments

Comments
 (0)