2022-09-13 13:34:33 +00:00
|
|
|
version: '3.9'
|
2023-03-11 19:26:11 +00:00
|
|
|
# Example deployment of a local robosats-client using
|
|
|
|
# 'latest' tag from docker-hub
|
2022-09-13 13:34:33 +00:00
|
|
|
services:
|
2023-03-11 19:26:11 +00:00
|
|
|
robosats:
|
|
|
|
image: recksato/robosats-client:latest
|
|
|
|
container_name: robosats
|
2022-09-13 13:34:33 +00:00
|
|
|
restart: always
|
|
|
|
environment:
|
|
|
|
TOR_PROXY_IP: 127.0.0.1
|
|
|
|
TOR_PROXY_PORT: 9050
|
|
|
|
ROBOSATS_ONION: robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion
|
|
|
|
network_mode: service:tor
|
|
|
|
tor:
|
|
|
|
build: ../docker/tor
|
2023-03-11 19:26:11 +00:00
|
|
|
container_name: tor
|
2022-09-13 13:34:33 +00:00
|
|
|
restart: always
|
|
|
|
environment:
|
|
|
|
LOCAL_USER_ID: 1000
|
|
|
|
LOCAL_GROUP_ID: 1000
|
|
|
|
ports:
|
|
|
|
- 12596:12596
|