Skip to content

Commit

Permalink
Updated run script
Browse files Browse the repository at this point in the history
  • Loading branch information
yourkin committed Aug 25, 2023
1 parent 10f6420 commit 16b4c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source .env
docker-compose -f docker-compose-psql.yml up -d

# Start RabbitMQ
docker-compose -f docker-compose-rabbitmq.yml up -d
docker-compose -f docker-compose.rabbitmq-redis.yml up -d

# Wait for PostgreSQL to start
./wait-for-it.sh db:5432 --timeout=30
Expand Down

0 comments on commit 16b4c5c

Please sign in to comment.