File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
docker/data-source-services Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ docker system prune
24
24
25
25
## Passwords
26
26
27
- * PostgreSQL
28
- * ` username: postgres_user `
29
- * ` password: postgres_pass `
30
27
* MariaDB
31
28
* ` username: mariadb_user `
32
29
* ` password: mariadb_pass `
Original file line number Diff line number Diff line change @@ -16,22 +16,6 @@ services:
16
16
- ./proxy_increase.conf:/etc/nginx/proxy.conf
17
17
networks :
18
18
- 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'"
35
19
mariadb105 :
36
20
image : mariadb:10.5
37
21
container_name : sourcetoad_mariadb105
You can’t perform that action at this time.
0 commit comments