Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 613 Bytes

standalone.md

File metadata and controls

24 lines (15 loc) · 613 Bytes

Deploy Rasbora (Standalone) Using Docker Compose

Deploy Rasbora as standalone:

git clone https://github.com/openseawave/rasbora.git

cd rasbora/

# Modify the .env file to fit your system
# Also you will need to get your license key from our website
# https://rasbora.openseawave.com/license

cp .env.example .env

# Run Docker Compose
docker compose up -d

Note: Please ensure that you get your license key.

Note: Please ensure Docker Compose,Docker and Git is installed on your system before running the above commands.

Note: Please ensure that your firewall allows traffic through port 3701.