Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zarnoevic committed Feb 28, 2024
1 parent 930d046 commit abda4b4
Show file tree
Hide file tree
Showing 9 changed files with 111,007 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docker/client.docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
RABBITMQ_PASSWORD: ${RABBITMQ_PASSWORD}
RABBITMQ_AMQP_PORT: ${RABBITMQ_AMQP_PORT}
RABBITMQ_AMQP_HOST: ${RABBITMQ_AMQP_HOST}
COMMANDS_PATH: /resources/commands.csv
COMMANDS_PATH: ${COMMANDS_PATH}
volumes:
- ./resources:/resources

2 changes: 1 addition & 1 deletion docker/server.docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
RABBITMQ_PASSWORD: ${RABBITMQ_PASSWORD}
RABBITMQ_AMQP_PORT: ${RABBITMQ_AMQP_PORT}
RABBITMQ_AMQP_HOST: ${RABBITMQ_AMQP_HOST}
COMMANDS_PATH: /resources/commands.csv
COMMANDS_PATH: ${COMMANDS_PATH}
volumes:
- ./resources:/resources

File renamed without changes.
Loading

0 comments on commit abda4b4

Please sign in to comment.