Compare commits

..

No commits in common. "15b6e72f51c8d7496f944fcec482e066d3557daf" and "8caf8b53a638defb49a9415899ffabc70ff6c9a2" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -101,8 +101,6 @@ jobs:
--name ytextractor-api \ --name ytextractor-api \
--restart unless-stopped \ --restart unless-stopped \
-p 8082:8080 \ -p 8082:8080 \
--add-host="k3sw2:172.17.0.1" \
--add-host="k3ss1:172.17.0.1" \
-e ASPNETCORE_ENVIRONMENT=Production \ -e ASPNETCORE_ENVIRONMENT=Production \
-v /tmp/ytextractor:/app/temp \ -v /tmp/ytextractor:/app/temp \
registry.redecarneir.us/ytextractor:latest registry.redecarneir.us/ytextractor:latest

View File

@ -26,6 +26,6 @@
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
//"MongoDbConnection": "mongodb://admin:c4rn31r0@172.17.0.1:27017,172.17.0.1:27018/?replicaSet=rs0", //"MongoDbConnection": "mongodb://admin:c4rn31r0@172.17.0.1:27017,172.17.0.1:27018/?replicaSet=rs0",
"MongoDbConnection": "mongodb://admin:c4rn31r0@k3sw2:27017,k3ss1:27018/?replicaSet=rs0", "MongoDbConnection": "mongodb://admin:c4rn31r0@172.17.0.1:27017",
"MongoDbDatabase": "YTExtractor-Prod" "MongoDbDatabase": "YTExtractor-Prod"
} }