]> PHS Git Server - phs-stack.git/commitdiff
Adding openvpn-proxy service for api.
authorcharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 21:37:02 +0000 (16:37 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 21:37:02 +0000 (16:37 -0500)
docker-compose.yml

index 6bd65fdb5069f16db6cdc196e23c0e23c2d38a90..29d646e15523304b500ab8464528d34d40701ff8 100755 (executable)
@@ -122,5 +122,12 @@ services:
       - phs-net
     restart: unless-stopped
     entrypoint: sh -c "/usr/src/app/run-admin.sh"
+  openvpn-proxy:
+    image: alpine/socat
+    container_name: openvpn-proxy
+    command: tcp-listen:7505,fork,reuseaddr tcp-connect:172.17.0.1:7505
+    networks:
+      - phs-net
+    restart: unless-stopped
 networks:
   phs-net: