Docker & docker-compose
- To enable
host.docker.internalon php for xdebug host addextra_hosts: [host.docker.internal:host-gateway]to php service - To run service as arbitrary user set
user: 1000:1000where 1000:1000 is UID and GID of user - Nginx automatically makes
envsubston templates. Just add volume and point it to/etc/nginx/templates - Path to postgresql data is
/var/lib/postgresql/data