Skip to content

Commit

Permalink
feat: docker compose added
Browse files Browse the repository at this point in the history
  • Loading branch information
RawanMostafa08 committed Sep 21, 2024
1 parent dabea89 commit 3181c9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3.7'
services:
app1:
build:
context: .
dockerfile: Dockerfile.http
ports:
- "8080:8080"

app2:
build:
context: .
dockerfile: Dockerfile.gin
ports:
- "8083:8083"

0 comments on commit 3181c9f

Please sign in to comment.