Skip to content

Commit

Permalink
Fix port for certstream service
Browse files Browse the repository at this point in the history
  • Loading branch information
aequitas committed Nov 18, 2024
1 parent 1f60337 commit 0431dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
CTLSSA_DJANGO_DATABASE: production
CTLSSA_DB_ENGINE: postgresql_psycopg2
CTLSSA_DB_HOST: db
CTLSSA_CERTSTREAM_SERVER_URL: ws://certstream
CTLSSA_CERTSTREAM_SERVER_URL: ws://certstream:4000
# uwsgi reloads on SIGTERM, so use SIGINT instead
# https://uwsgi-docs.readthedocs.io/en/latest/Management.html#signals-for-controlling-uwsgi
stop_signal: SIGINT
Expand Down Expand Up @@ -51,7 +51,7 @@ services:
CTLSSA_DJANGO_DATABASE: production
CTLSSA_DB_ENGINE: postgresql_psycopg2
CTLSSA_DB_HOST: db
CTLSSA_CERTSTREAM_SERVER_URL: ws://certstream
CTLSSA_CERTSTREAM_SERVER_URL: ws://certstream:4000
entrypoint: ctlssa
command: ingest
restart: always
Expand Down

0 comments on commit 0431dcc

Please sign in to comment.