- Create new laravel project
- add or Copy conf file on folder docker\nginx
- Configure your conf file.
- in conf file edit root /var/www/your-project-folder-name/public;
- in conf file edit listen 80; to other free port
- in docker-compose file add new port to list
Services | Version | username | password |
---|---|---|---|
php | 8.1 | ||
Mariadb | 10.6.5 | root | 123 |
Redis | latest | ||
MailHog | latest | ||
Nginx | latest | ||
Composer | latest | ||
Postgres | latest | username | password |
PgWeb | latest | ||
Adminer | latest | ||
rabbitmq | latest | guest | guest |
neo4j | latest | neo4j | CHANGETHISIFYOURENOTZUCK |
kafka | latest | ||
kafka-ui | latest | ||
mongo-db | latest | mongo | 123 |
mongo-express | latest | admin | changeme |
ElasticSearch | latest | ||
kibana | latest |