Skip to content

Commit 0ce82c9

Browse files
authored
Merge pull request #2 from code-kern-ai/bugfix-start-script
Fixes service names in start script
2 parents c6eeec5 + 731eb82 commit 0ce82c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ docker run -d --rm \
1414
--name refinery-weak-supervisor \
1515
-p 7054:80 \
1616
-e POSTGRES=postgresql://postgres:onetask@graphql-postgres:5432 \
17-
-e WS_NOTIFY_ENDPOINT="http://ws-notify:8080" \
17+
-e WS_NOTIFY_ENDPOINT="http://refinery-websocket:8080" \
1818
--mount type=bind,source="$(pwd)"/,target=/app \
1919
-v /var/run/docker.sock:/var/run/docker.sock \
2020
--network dev-setup_default \

submodules/model

0 commit comments

Comments
 (0)