Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 620 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 620 Bytes

sample-configuration

A sample configuration for deploying standard Libero services on a single VM with minimal defaults

Usage

cp .env.dist .env
.docker/initialize-volumes.sh
docker-compose pull
docker-compose up

Load applications at:

Customize .env to:

  • specify REVISION_* environment variables indicating the Docker image tags to use.
  • override default options such as PUBLIC_PORT_HTTP.