mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
16 lines
327 B
YAML
16 lines
327 B
YAML
|
version: '3'
|
||
|
|
||
|
# Fill in your own ONION addres, without the .onion suffix
|
||
|
|
||
|
services:
|
||
|
seednode:
|
||
|
build:
|
||
|
context: .
|
||
|
args:
|
||
|
- ONION_ADDRESS=123xxxxxxxxxx
|
||
|
image: bisq:seednode
|
||
|
ports:
|
||
|
- 8000:8000
|
||
|
environment:
|
||
|
- ONION_ADDRESS=123xxxxxxxxxx
|