Add variables to peerjs

This commit is contained in:
Gitouche 2022-02-12 19:24:20 +01:00
parent 4995a5ef14
commit 328f1503fe
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
container_name='peerjs-server'
service_name="container-${container_name}.service"
listen_if='127.0.0.1'
listen_port='9000'
listen_if="${GARBAYE_PEERJS_ENV_LISTENIF:-127.0.0.1}"
listen_port="${GARBAYE_PEERJS_ENV_LISTENPORT:-9000}"
upstream_images='docker.io/peerjs/peerjs-server'
version='0.6.1'