8 - ./docker/nginx/nginx.conf:/nginx.conf
9 - ./docker/logs/nginx:/var/log/nginx
13 command: nginx -c /nginx.conf
19 # Set here your timezone using one of this: http://php.net/manual/en/timezones.php
20 timezone: 'Europe/Monaco'
30 # Comment non-used DBMS lines
31 # If all DBMS are commented out, sqlite will be used as default
32 # - ./docker/postgres/env
33 # - ./docker/mariadb/env
40 # - ./docker/data/pgsql:/var/lib/postgresql/data
42 # - ./docker/postgres/env
49 # - ./docker/data/mariadb:/var/lib/mysql
51 # - ./docker/mariadb/env
54 image: rabbitmq:3-management