Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
[DCK] Official wdb image, fix stop signal
Browse files Browse the repository at this point in the history
Nowadays wdb has an official image which is up to date, so there's no need to use my own.

Also I added a workaround for Kozea/wdb#136 to avoid having to wait so long for wdb container to stop. I hope I can revert that part soon.
  • Loading branch information
yajo committed Nov 18, 2019
1 parent f75d36a commit d0652b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,12 @@ services:
- "127.0.0.1:8025:8025"

wdb:
image: yajo/wdb-server
image: kozea/wdb
networks: *public
ports:
- "127.0.0.1:1984:1984"
# HACK https://github.com/Kozea/wdb/issues/136
stop_signal: KILL

# Whitelist outgoing traffic for tests, reports, etc.
cdnjs_cloudflare_proxy:
Expand Down

0 comments on commit d0652b4

Please sign in to comment.