Before running the docker
services you must have a domain that has valid ssl
certificates and configures the docker-compose.yml
file and change the hostname
of the cetificates.
- Clone the repository using
git
ordownload
manually - Compile the source into executable using
go build -o <your_executable_name> main.go
- Run the executable using
./your_executable
- Go to the repo root directory
- Run docker command
docker-compose up
anddocker-compose up -d
- Verify docker container is running
docker-compose ps
If your encounter any issues with the script please submit a ticket.