feat: Updated docker file
Server Deploy / deploy (push) Successful in 2m35s

This commit is contained in:
2026-07-28 16:04:51 +01:00
parent f46fb7fc0e
commit bc6c7cdb5a
9 changed files with 83 additions and 97 deletions
@@ -1830,7 +1830,6 @@ sleep 6
MSYS_NO_PATHCONV=1 docker run -d --name p2-server -p 8092:8080 \
-e MONGO_URI=mongodb://host.docker.internal:27024 -e MONGO_DB=p2 \
-e GRPC_HOST=localhost:9090 -e REDIS_ADDR=host.docker.internal:6390 \
-e GITEA_HOST=example.invalid \
--add-host host.docker.internal:host-gateway vantage-server:p2
sleep 6
MSYS_NO_PATHCONV=1 docker logs p2-server 2>&1 | grep -i reaper
@@ -2012,7 +2011,6 @@ MSYS_NO_PATHCONV=1 docker rm -f p2-server
MSYS_NO_PATHCONV=1 docker run -d --name p2-server -p 8092:8080 \
-e MONGO_URI=mongodb://host.docker.internal:27024 -e MONGO_DB=p2 \
-e GRPC_HOST=localhost:9090 -e REDIS_ADDR=host.docker.internal:6390 \
-e GITEA_HOST=example.invalid -e FREE_INSTANCE_REAP_AFTER=336h \
--add-host host.docker.internal:host-gateway vantage-server:p2
sleep 6
MSYS_NO_PATHCONV=1 docker logs p2-server 2>&1 | grep -i reaper
@@ -780,7 +780,6 @@ Expected: output includes `email_1`. This reproduces a database that predates th
MSYS_NO_PATHCONV=1 docker run -d --name vantage-idx-server -p 8091:8080 \
-e MONGO_URI=mongodb://host.docker.internal:27023 -e MONGO_DB=vantage_idx \
-e GRPC_HOST=localhost:9090 -e REDIS_ADDR=host.docker.internal:6389 \
-e GITEA_HOST=example.invalid \
--add-host host.docker.internal:host-gateway vantage-server:test
MSYS_NO_PATHCONV=1 docker run --rm --add-host host.docker.internal:host-gateway mongo:7 \