mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Fix shutdown of compose taking so long
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user