Fix shutdown of compose taking so long

This commit is contained in:
Frank Wiles
2022-04-23 11:46:29 -05:00
parent 3e6f1ee8b0
commit b583957df6

View File

@@ -17,7 +17,7 @@ services:
build:
context: .
dockerfile: docker/Dockerfile
command: ["/bin/bash", "/code/compose-start.sh"]
command: [ "/bin/bash", "/code/compose-start.sh" ]
depends_on:
- db
env_file:
@@ -30,11 +30,13 @@ services:
- "8000:8000"
volumes:
- .:/code
stop_signal: SIGTERM
networks:
backend:
frontend:
volumes:
postgres_data:
redis_data: