Unverified Commit f09e6354 authored by Julian Raufelder's avatar Julian Raufelder Committed by GitHub
Browse files

Self build tor-relay image as the docker hub repo isn't regular updated (#17)



* Self build image as the docker hub repo isn't regular updated

Tor otherwise complains about outdated versions

* review: fix tests

Co-authored-by: default avatarTom Moulard <tom.moulard@epita.fr>
parent b5daf74b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -977,6 +977,8 @@ services:
    volumes:
    - /home/runner:/home/project:cached
  tor-relay:
    build:
      context: https://github.com/jessfraz/dockerfiles.git#:tor-relay
    command: -f /etc/tor/torrc.middle
    image: jess/tor-relay
    labels:
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ version: '2'
services:
  tor-relay:
    image: jess/tor-relay
    build: https://github.com/jessfraz/dockerfiles.git#:tor-relay
    # Choose one of the bellow to set the type of node
    # command: -f /etc/tor/torrc.bridge
    command: -f /etc/tor/torrc.middle