Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideWiest authored Nov 9, 2024
1 parent 34d6c05 commit 1f8e6d3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '3.8'

services:
reader-app:
image: davidewiest/reader
container_name: reader
ports:
- "5001:5001"
environment:
- ASPNETCORE_ENVIRONMENT=Production
restart: unless-stopped

0 comments on commit 1f8e6d3

Please sign in to comment.