Skip to content

Commit

Permalink
Remove test dockers
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Aug 6, 2024
1 parent 6532501 commit b1ebdf4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 149 deletions.
3 changes: 2 additions & 1 deletion api/tasks.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import asyncio
from celery import shared_task
from celery.exceptions import SoftTimeLimitExceeded

Expand Down Expand Up @@ -260,7 +261,7 @@ def nostr_send_order_event(order_id=None):
order = Order.objects.get(id=order_id)

nostr = Nostr()
nostr.send_order_event(order)
asyncio.run(nostr.send_order_event(order))

return

Expand Down
10 changes: 0 additions & 10 deletions docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,16 +206,6 @@ services:
# - redis
# network_mode: service:bitcoind

strfry:
build: ./docker/strfry
container_name: strfry-dev
restart: unless-stopped
volumes:
- ./test/strfry/strfry.conf:/etc/strfry.conf:ro
- ./test/strfry/onion_urls.txt:/etc/strfry/onion_urls.txt:ro
- ./test/strfry/db:/app/strfry-db:rw
network_mode: service:tor

volumes:
redisdata:
bitcoin:
Expand Down
138 changes: 0 additions & 138 deletions tests/strfry/config/strfry.conf

This file was deleted.

0 comments on commit b1ebdf4

Please sign in to comment.