Compare commits
No commits in common. "15b6e72f51c8d7496f944fcec482e066d3557daf" and "8caf8b53a638defb49a9415899ffabc70ff6c9a2" have entirely different histories.
15b6e72f51
...
8caf8b53a6
@ -101,8 +101,6 @@ jobs:
|
||||
--name ytextractor-api \
|
||||
--restart unless-stopped \
|
||||
-p 8082:8080 \
|
||||
--add-host="k3sw2:172.17.0.1" \
|
||||
--add-host="k3ss1:172.17.0.1" \
|
||||
-e ASPNETCORE_ENVIRONMENT=Production \
|
||||
-v /tmp/ytextractor:/app/temp \
|
||||
registry.redecarneir.us/ytextractor:latest
|
||||
|
||||
@ -26,6 +26,6 @@
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
//"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"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user