Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
b47641feaa
commit
4f488bae45
78 changed files with 3309 additions and 1570 deletions
11
dotnet/docker-compose.yml
Normal file
11
dotnet/docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: '3.8'
|
||||
services:
|
||||
twitcharchive:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- ./archive:/app/archive
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Production
|
||||
Loading…
Add table
Add a link
Reference in a new issue