Skip to content

Commit

Permalink
seednode-docker: Auto restart services
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Oct 10, 2023
1 parent d30b376 commit e742dd7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions seednode/deployment_v2/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ version: '3.7'
services:
bisq-seednode:
image: bisq/seednode:latest
deploy:
replicas: 1
restart_policy:
condition: any
volumes:
- bisq_data:/bisq/bisq-seednode
command:
Expand All @@ -28,6 +32,10 @@ services:

bisq-tor:
image: bisq/tor:latest
deploy:
replicas: 1
restart_policy:
condition: any
volumes:
- tor_data:/root/.tor
command: [ "--allow-missing-torrc",
Expand Down

0 comments on commit e742dd7

Please sign in to comment.