Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 223 Bytes

File metadata and controls

19 lines (13 loc) · 223 Bytes

Web-Deploy

Deployment of the DiscreteZoo Website.

Configuration

Generate a configuration file:

cp .env.sample .env
your-favorite-editor .env

Deployment

docker-compose pull
docker-compose up -d