Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 667 Bytes

README.md

File metadata and controls

52 lines (40 loc) · 667 Bytes

octane-test

Installation

First run:

bash ./sh/build.sh
# or
make build

This script will create docker networks:

  • traefik-octane-test-proxy

Prepare Traefik.
Prepare services:


If you will run containers again:

bash ./sh/run.sh
# or
make run

Host ports

You can customize host ports in .env file.

default host port container port description
2137 8080 dashboard
80 80 http

Traefik

  • dashboard
    localhost:1234

Make commands

make <command-name>

  • run-services

  • build-services

  • stop-services

  • run-traefik

  • build-traefik

  • stop-traefik

  • build

  • run

  • stop