mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 22:31:15 +01:00
28 lines
624 B
YAML
28 lines
624 B
YAML
version: "3.4"
|
|
services:
|
|
obfs4-bridge:
|
|
image: thetorproject/obfs4-bridge:latest
|
|
networks:
|
|
- obfs4_bridge_external_network
|
|
environment:
|
|
- OR_PORT=20000
|
|
- PT_PORT=20001
|
|
- EMAIL=nobody@HISTORY_PURGED_SECRET.com
|
|
- NICKNAME=HISTORY_PURGED_SECRET
|
|
- OBFS4_ENABLE_ADDITIONAL_VARIABLES=1
|
|
- OBFS4V_AddressDisableIPv6=1
|
|
# - OBFS4V_PublishServerDescriptor=0
|
|
volumes:
|
|
- data:/var/lib/tor
|
|
ports:
|
|
- 20000:20000
|
|
- 20001:20001
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
data:
|
|
name: tor-datadir-20000-20001
|
|
|
|
networks:
|
|
obfs4_bridge_external_network:
|