-
Build/run containers
docker-compose up -d
-
Enter to container
2.1 Show docker containers - docker container ls 2.2 Enter to container - docker exec -it <CONTAINER ID> sh
-
Run commands for project installation:
composer install
-
Setting up the RabbitMQ
4.1 Creating a new user, giving him full rights and deleting all others - rabbitmqctl list_users | awk '{print $1}' | xargs -I {} rabbitmqctl delete_user {} - rabbitmqctl add_user <new_user_name> <password> - rabbitmqctl set_permissions -p '/' <user_name> '.*' '.*' '.*' - rabbitmqctl set_user_tags <user_name> administrator 4.2 Structure - php bin/console rabbitmq:setup-fabric 4.3 Consumers - php bin/console rabbitmq:consumer messaging
-
Notifications
You must be signed in to change notification settings - Fork 0
ais8xl/docker_with_rabbitmq
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Symfony project with configured Docker images of nginx, php 8.2-fpm, postgres db and rabbitmq
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published