From: charleswrayjr Date: Wed, 10 Sep 2025 03:46:55 +0000 (-0500) Subject: Adding dependencies to containers. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.css?a=commitdiff_plain;h=509383a596427f881afb3563483b75031efdedcb;p=phs-stack.git Adding dependencies to containers. --- diff --git a/.idea/dictionaries/project.xml b/.idea/dictionaries/project.xml new file mode 100644 index 0000000..b2fa5d4 --- /dev/null +++ b/.idea/dictionaries/project.xml @@ -0,0 +1,9 @@ + + + + datadir + isready + npmcache + + + \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 1258b32..c1d55ab 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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