Rename wiretrustee-signal to netbird-signal (#313)

* rename wiretrustee-signal to netbird-signal

* Rename Signal repositories and source bin

* Adjust docker-compose with signal volume [skip ci]

Co-authored-by: mlsmaycon <mlsmaycon@gmail.com>
This commit is contained in:
shatoboar
2022-05-13 21:51:41 +02:00
committed by GitHub
parent 7d893c0238
commit 77e58295e7
8 changed files with 165 additions and 49 deletions

View File

@@ -19,10 +19,10 @@ services:
- $LETSENCRYPT_VOLUMENAME:/etc/letsencrypt/
# Signal
signal:
image: wiretrustee/signal:latest
image: netbird/signal:latest
restart: unless-stopped
volumes:
- wiretrustee-signal:/var/lib/wiretrustee
- $SIGNAL_VOLUMENAME:/var/lib/netbird
ports:
- 10000:10000
# # port and command for Let's Encrypt validation
@@ -56,5 +56,5 @@ services:
network_mode: host
volumes:
$MGMT_VOLUMENAME:
wiretrustee-signal:
$LETSENCRYPT_VOLUMENAME:
$SIGNAL_VOLUMENAME:
$LETSENCRYPT_VOLUMENAME: