Skip to content

Commit

Permalink
fix networking
Browse files Browse the repository at this point in the history
  • Loading branch information
evinjaff committed Jul 14, 2024
1 parent b5898d7 commit f9b5640
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkhex/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN dotnet build --no-restore pkhex-egglocke
RUN dotnet publish -c release -r linux-x64 --self-contained


ENV PORT 1234
EXPOSE 1234
ENV PORT 1235
EXPOSE 1235

WORKDIR /source/pkhex-egglocke
ENTRYPOINT ["dotnet", "run", "-api"]
2 changes: 1 addition & 1 deletion server/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"discord.enabled": true
"discord.enabled": false
}
2 changes: 1 addition & 1 deletion server/egglocke/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@

# For building save files, we need to know how to contact the PKHeX microservice - eventually we may just iptable map this to an internal domain (pokepoll.pkhex)
MICROSERVICE_URLS = {
"savefile": "http://pkhex_container:1234/"
"savefile": "http://pkhex_container:1235/"
}

0 comments on commit f9b5640

Please sign in to comment.