Skip to content

Commit

Permalink
ci: remove ports exposition for produciton
Browse files Browse the repository at this point in the history
  • Loading branch information
GenjiruSUchiwa committed Nov 25, 2024
1 parent f10733a commit 0347308
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ services:
api:
image: genjirusuchiwa/place:api-latest
user: dotnetuser
ports:
- "${API_PORT:-5000}:5000"
environment:
- Logging__LogLevel__Default=${LOGGING_LEVEL_DEFAULT:-Information}
- Logging__LogLevel__Microsoft.AspNetCore=${LOGGING_LEVEL_MICROSOFT:-Warning}
Expand Down Expand Up @@ -79,9 +77,6 @@ services:

seq:
image: datalust/seq:latest
ports:
- "${SEQ_UI_PORT:-8081}:${SEQ_HTTP_PORT:-80}"
- "${SEQ_INGESTION_PORT:-5342}:${SEQ_API_PORT:-5341}"
environment:
- ACCEPT_EULA=Y
- SEQ_API_KEY=${SEQ_API_KEY}
Expand Down

0 comments on commit 0347308

Please sign in to comment.