Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis authored Oct 4, 2023
1 parent 8db6a7a commit df0d7ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
version: "3.9"
networks:
mit-api:
Expand All @@ -10,8 +11,8 @@ services:
context: ./
dockerfile: Dockerfile
environment:
- GIT_COMMIT_SHA=${COMMIT_SHA:-unknown}
- APP_VERSION=${VERSION:-unknown}
- GIT_COMMIT_SHA=${COMMIT_SHA:-unknown}
- APP_VERSION=${VERSION:-unknown}
ports:
- "8000:8000"
networks:
Expand Down

0 comments on commit df0d7ff

Please sign in to comment.