Skip to content
Snippets Groups Projects
Commit 9f84583c authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

correct stopsignal for npm container (development)

parent ec956642
No related branches found
No related tags found
1 merge request!1995Resolve "Make MetaGer Pods shutdown gracefully"
...@@ -12,4 +12,6 @@ ENTRYPOINT [ "/usr/local/bin/entrypoint" ] ...@@ -12,4 +12,6 @@ ENTRYPOINT [ "/usr/local/bin/entrypoint" ]
FROM development as production FROM development as production
ADD build/node/entrypoint_production.sh /usr/local/bin/entrypoint ADD build/node/entrypoint_production.sh /usr/local/bin/entrypoint
\ No newline at end of file
STOPSIGNAL SIGKILL
\ No newline at end of file
version: "3" version: "3.8"
# Volumes # Volumes
volumes: volumes:
...@@ -75,6 +75,7 @@ services: ...@@ -75,6 +75,7 @@ services:
dockerfile: build/node/Dockerfile dockerfile: build/node/Dockerfile
target: $APP_ENV target: $APP_ENV
restart: unless-stopped restart: unless-stopped
stop_signal: SIGKILL
depends_on: depends_on:
- nginx - nginx
volumes: volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment