Compare commits
2 Commits
1e2679395f
...
1e1acef8ea
| Author | SHA1 | Date |
|---|---|---|
|
|
1e1acef8ea | |
|
|
c6b0d91041 |
|
|
@ -38,9 +38,13 @@ services:
|
|||
postgres:
|
||||
image: postgres:18.1
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql
|
||||
- ./docker/postgres/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
ports:
|
||||
- '5432:5432'
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
zend_extension=xdebug
|
||||
xdebug.mode=debug
|
||||
xdebug.client_host=host.docker.internal
|
||||
xdebug.start_with_request=yes
|
||||
|
|
|
|||
Loading…
Reference in New Issue