Compare commits
No commits in common. "332764d415c16246aea11deae395ce98d909e98a" and "79716452ffc23326f10949562501ef5c791df83b" have entirely different histories.
332764d415
...
79716452ff
@ -101,6 +101,7 @@ jobs:
|
||||
--name ytextractor-api \
|
||||
--restart unless-stopped \
|
||||
-p 8082:8080 \
|
||||
--network host \
|
||||
-e ASPNETCORE_ENVIRONMENT=Production \
|
||||
-v /tmp/ytextractor:/app/temp \
|
||||
registry.redecarneir.us/ytextractor:latest
|
||||
|
||||
@ -25,6 +25,6 @@
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"MongoDbConnection": "mongodb://admin:c4rn31r0@host.docker.internal:27017,host.docker.internal:27018/?replicaSet=rs0",
|
||||
"MongoDbConnection": "mongodb://admin:c4rn31r0@127.0.0.1:27017,127.0.0.1:27018/?replicaSet=rs0",
|
||||
"MongoDbDatabase": "YTExtractor-Prod"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user