Add variables to peerjs

This commit is contained in:
Gitouche 2022-02-12 19:24:20 +01:00
parent 4995a5ef14
commit 328f1503fe

View file

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