]> PHS Git Server - phs-stack.git/commitdiff
Adding host port for api.
authorcharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 20:21:20 +0000 (15:21 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 20:21:20 +0000 (15:21 -0500)
docker-compose.yml

index 6e8a6be7084f8f09ca2db30834e0024eb894edb5..77ec5b8ddcb9eb70f8aa4d2110dfa91f4d535eb5 100755 (executable)
@@ -35,6 +35,8 @@ services:
       - apparmor:unconfined
     user: node
     working_dir: "/usr/src/app"
+    extra_hosts:
+      - "host.docker.internal:host-gateway"
     environment:
       PHS_ENV: ${PHS_ENV}
       TZ: America/Chicago