mirror of
https://github.com/Cameri/nostream.git
synced 2025-09-17 08:58:33 +02:00
chore: add start/stop scripts
This commit is contained in:
9
scripts/start_with_tor
Executable file
9
scripts/start_with_tor
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
PROJECT_ROOT="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))/.."
|
||||
DOCKER_COMPOSE_FILE="${PROJECT_ROOT}/docker-compose.yml"
|
||||
DOCKER_COMPOSE_TOR_FILE="${PROJECT_ROOT}/docker-compose.tor.yml"
|
||||
|
||||
docker compose \
|
||||
-f $DOCKER_COMPOSE_FILE \
|
||||
-f $DOCKER_COMPOSE_TOR_FILE \
|
||||
up --build --remove-orphans $@
|
Reference in New Issue
Block a user