Use alpine and build tor from source

This commit is contained in:
Christophe Mehay 2016-09-23 23:57:58 +02:00
parent 5463744e49
commit 38ba81f386
8 changed files with 71 additions and 23 deletions

View file

@ -1,7 +1,7 @@
command: tor
user: debian-tor
group: debian-tor
user: tor
group: tor
secret_env:
- '*_KEY'
@ -11,8 +11,8 @@ pre_conf_commands:
- onions --setup-hosts
post_conf_commands:
- timeout 3s tor > /dev/null || true
- timeout -t 3 tor > /dev/null || true
- onions
- chown -R debian-tor:debian-tor $HOME
- chown -R tor:tor $HOME
debug: false