Skip to content

Commit

Permalink
ci: expose app container port to host
Browse files Browse the repository at this point in the history
  • Loading branch information
h-takeyeah committed Apr 4, 2024
1 parent b937c90 commit a0af816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
services:
app:
image: ghcr.io/su-its/typing-app:dev
ports:
- "3000:3000"
api:
image: ghcr.io/su-its/typing-server:dev
depends_on:
Expand Down

0 comments on commit a0af816

Please sign in to comment.