Merge pull request 'fix: tentando com docker internal' (#24) from release/V1.0.0 into main
All checks were successful
Build and Deploy ASP.NET API / build-and-deploy (push) Successful in 1m37s

Reviewed-on: http://git.carneiro.ddnsfree.com/ricardo/YTExtractor/pulls/24
This commit is contained in:
ricardo 2025-05-28 02:53:10 +00:00
commit 332764d415
2 changed files with 1 additions and 2 deletions

View File

@ -101,7 +101,6 @@ 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

View File

@ -25,6 +25,6 @@
}
},
"AllowedHosts": "*",
"MongoDbConnection": "mongodb://admin:c4rn31r0@127.0.0.1:27017,127.0.0.1:27018/?replicaSet=rs0",
"MongoDbConnection": "mongodb://admin:c4rn31r0@host.docker.internal:27017,host.docker.internal:27018/?replicaSet=rs0",
"MongoDbDatabase": "YTExtractor-Prod"
}