]> PHS Git Server - phs-stack.git/commitdiff
Adding dependencies to containers.
authorcharleswrayjr <charleswrayjr@gmail.com>
Wed, 10 Sep 2025 03:46:55 +0000 (22:46 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Wed, 10 Sep 2025 03:46:55 +0000 (22:46 -0500)
.idea/dictionaries/project.xml [new file with mode: 0644]
docker-compose.yml

diff --git a/.idea/dictionaries/project.xml b/.idea/dictionaries/project.xml
new file mode 100644 (file)
index 0000000..b2fa5d4
--- /dev/null
@@ -0,0 +1,9 @@
+<component name="ProjectDictionaryState">
+  <dictionary name="project">
+    <words>
+      <w>datadir</w>
+      <w>isready</w>
+      <w>npmcache</w>
+    </words>
+  </dictionary>
+</component>
\ No newline at end of file
index 1258b32129051fd6502b8087d69ece8eccaa8245..c1d55abaf5fe8f6c958de0fab9ee2f667d60c308 100755 (executable)
@@ -53,8 +53,6 @@ services:
     depends_on:
       db:
         condition: service_healthy
-      openvpn-proxy:
-        condition: service_started
     entrypoint: sh -c "/usr/src/app/run-api.sh"
     networks:
       - phs-net