"# golang_rest_redis_rabbitmq"
- docker-compose build
- docker-compose up -d
- docker-compose ps
- docker-compose logs -f app
- if not manually import sql file from ./database/init.sql
- Edit .env in file following lines:
- DB_HOST=127.0.0.1
- REDIS_HOST=localhost:6379
- RABBITMQ_HOST=localhost:5672