Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: v3.10.0

...

Code Block
# curl -L "https://github.com/docker/compose/releases/download/1.2022.10/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
# chmod +x /usr/local/bin/docker-compose
# docker-compose --version
docker-compose version 1.20.1, build 5d8c71b

Prepare webitel

Get shell scripts and socker-compose YML files from our GitHub:

Code Block
$ sudo gpasswd -a ${USER} docker
$ cd /opt
$ sudo mkdir /opt/webitel
$ sudo git clone https://github.com/webitel/orchestration.git
$ sudo chown -R ${USER}:docker /opt/webitel /opt/orchestration
$ cd /opt/orchestration
$ git checkout v3.910.0

Configuration

Inside /opt/orchestration/env directory you will find configuration files with extension *.example. Copy examples to you one:

...