added example compose file

This commit is contained in:
James Tombleson 2023-06-15 21:51:15 -07:00
parent d6ab6fa402
commit 23f0c2efae
1 changed files with 16 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@ -0,0 +1,16 @@
version: "3"
networks:
newsbot:
services:
portal:
image: newsbot.portal:latest
environment:
Logging__LogLevel__Default: "Information"
Logging__LogLevel__Microsoft.AspNetCore: "Warning"
DefaultInstanceUri: "http://192.168.1.225:5001"
ports:
- "5002:80"
networks:
- newsbot