Skip to content

Commit 5f5282d

Browse files
committed
send SIGKILL to rstuf processes for now
1 parent d2ee527 commit 5f5282d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ services:
164164
image: ghcr.io/repository-service-tuf/repository-service-tuf-api:v0.12.0b1
165165
ports:
166166
- 8001:80
167+
stop_signal: SIGKILL
167168
environment:
168169
- RSTUF_BROKER_SERVER=redis://redis/1
169170
- RSTUF_REDIS_SERVER=redis://redis
@@ -178,6 +179,7 @@ services:
178179
volumes:
179180
- rstuf-metadata:/var/opt/repository-service-tuf/storage
180181
- ./dev/rstuf/keys/online:/keyvault
182+
stop_signal: SIGKILL
181183
environment:
182184
- RSTUF_STORAGE_BACKEND=LocalStorage
183185
- RSTUF_ONLINE_KEY_DIR=/keyvault

0 commit comments

Comments
 (0)