Skip to content

Commit

Permalink
fix: fixed port issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kingmariano committed Aug 6, 2024
1 parent 92c38e0 commit 7186a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ ENV HEALTHCHECK_ENDPOINT=http://localhost:${PORT}/api/v1/readiness
HEALTHCHECK --interval=1m --timeout=10s --retries=10 \
CMD curl -f $HEALTHCHECK_ENDPOINT || exit 1

EXPOSE 9000
EXPOSE 8000 9000

ENTRYPOINT ["/app/omnicron"]
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ primary_region = 'ams'
[build]

[http_service]
internal_port = 8000
internal_port = 9000
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
Expand Down

0 comments on commit 7186a97

Please sign in to comment.