File tree Expand file tree Collapse file tree 5 files changed +8
-20
lines changed
docker/data-source-services Expand file tree Collapse file tree 5 files changed +8
-20
lines changed Original file line number Diff line number Diff line change
1
+ # Deprecated
2
+ _ All future changelogs in [ GitHub Releases] ( https://github.com/sourcetoad/DevopsToolKit/releases ) ._
3
+
4
+ ---
5
+
1
6
# v1.3.0 (November 9, 2020)
2
7
* Retire non ` st-internal ` network names (not yet removed).
3
8
* Remove outdated python and upsource documentation.
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
Original file line number Diff line number Diff line change 1
- FROM php:8.0 -fpm
1
+ FROM php:8.1 -fpm
2
2
3
3
# System dependencies needed
4
4
RUN apt-get update && apt-get install --no-install-recommends -y \
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ xdebug.mode = debug
15
15
xdebug.client_host = host.docker.internal
16
16
xdebug.client_port = 9000
17
17
xdebug.discover_client_host = no
18
+ xdebug.log = /tmp/xdebug.log
19
+ xdebug.log_level = 3
18
20
xdebug.start_with_request = yes
19
21
xdebug.idekey = xdebug
20
22
xdebug.max_nesting_level = 256
You can’t perform that action at this time.
0 commit comments