Compare commits
No commits in common. "1e1acef8eaa278db9e882b3d21e09f5de980757c" and "1e2679395f2c60e6b8dfb8c62f8afe7f5484452c" have entirely different histories.
1e1acef8ea
...
1e2679395f
|
|
@ -38,13 +38,9 @@ services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:18.1
|
image: postgres:18.1
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql
|
|
||||||
- ./docker/postgres/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
|
- ./docker/postgres/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
ports:
|
ports:
|
||||||
- '5432:5432'
|
- '5432:5432'
|
||||||
|
|
||||||
volumes:
|
|
||||||
postgres_data:
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
zend_extension=xdebug
|
||||||
xdebug.mode=debug
|
xdebug.mode=debug
|
||||||
xdebug.client_host=host.docker.internal
|
xdebug.client_host=host.docker.internal
|
||||||
xdebug.start_with_request=yes
|
xdebug.start_with_request=yes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue