Skip to content

Commit

Permalink
Update notifications server settings and npm packages (sio2project#195)
Browse files Browse the repository at this point in the history
* Update npm-shrinkwrap for notifications server

* Fix notifications server tests

* Update notifications settings

* Fix docker compose comments
  • Loading branch information
pzurakowski authored May 8, 2023
1 parent df72e00 commit 911dd05
Show file tree
Hide file tree
Showing 7 changed files with 3,309 additions and 413 deletions.
3 changes: 3 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ services:
extra_hosts:
- "web:127.0.0.1"
ports:
# web server
- "8000:8000"
# notifications server
# - "7887:7887"
volumes:
- .:/sio2/oioioi
# - ./deployment:/sio2/deployment
Expand Down
2 changes: 1 addition & 1 deletion oioioi/deployment/settings.py.template
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ ZEUS_INSTANCES = {
#NOTIFICATIONS_OIOIOI_URL = 'http://localhost:8000/'

# URL connection string for RabbitMQ instance used by Notifications Server
#NOTIFICATIONS_RABBITMQ_URL = 'amqp://localhost'
# NOTIFICATIONS_RABBITMQ_URL = 'amqp://oioioi:oioioi@broker'

# Extra arguments for pika ConnectionParameters, see
# https://pika.readthedocs.io/en/stable/modules/parameters.html
Expand Down
Loading

0 comments on commit 911dd05

Please sign in to comment.