mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-02 11:56:40 +00:00
issue 64: docker setup
This commit is contained in:
parent
0cf9966611
commit
29735fbd86
2 changed files with 52 additions and 11 deletions
34
docker-compose.yml
Normal file
34
docker-compose.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
networks:
|
||||
tor:
|
||||
lantern:
|
||||
|
||||
services:
|
||||
darknet-lantern:
|
||||
build: .
|
||||
container_name: darknet-lantern
|
||||
volumes:
|
||||
- ./lantern_data:/srv/darknet-lantern/www/participants # Persist Darknet Lantern application data if needed.
|
||||
- ./lantern_nginx_conf:/etc/nginx/sites-enabled # persist your nginx configuration.
|
||||
networks:
|
||||
- tor
|
||||
- lantern
|
||||
restart: unless-stopped
|
||||
|
||||
tor:
|
||||
image: osminogin/tor-simple
|
||||
container_name: tor
|
||||
volumes:
|
||||
- ./tor-data:/var/lib/tor
|
||||
- ./tor-data/torrc:/etc/tor/torrc
|
||||
networks:
|
||||
- tor
|
||||
restart: unless-stopped
|
||||
|
||||
tor-proxy:
|
||||
image: osminogin/tor-simple
|
||||
container_name: tor-proxy
|
||||
volumes:
|
||||
- ./tor-proxy:/var/lib/tor
|
||||
- ./tor-proxy/torrc:/etc/tor
|
||||
networks:
|
||||
- tor
|
Loading…
Add table
Add a link
Reference in a new issue