1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00

Added docker info to readme

This commit is contained in:
George 2018-07-10 17:13:55 +09:00
parent 4f48589f37
commit 7517000b1e

View File

@ -1,7 +1,25 @@
<img src="https://i.imgur.com/ckI6GTu.png" width="350px" alt="Polr Logo" />
# Docker
For docker environment use volume mount to save installation configuration
`docker run -d -p 80:80 --name polr -v ${PWD}/.env:/usr/src/app/.env arilot/polr:latest`
Add `APP_ADDRESS` env var for domain name
`docker run -d -p 80:80 --name polr -v ${PWD}/.env:/usr/src/app/.env -e APP_ADDRESS="example.com" arilot/polr:latest`
# Kubernetes
* Create `polr` namespace
* Change and add secret file `secrets.yaml` with default environment variables
* Add secret file `secrets-user.yaml` with default admin user
* Create persistent volume claim with `pvc.yaml`
* Deploy mysq db with `mysql.yaml`
* Create deployment with `deployment.yaml`
* Add service with `svc.yaml`
:aerial_tramway: A modern, minimalist, and lightweight URL shortener.
A modern, minimalist, and lightweight URL shortener.
[![GitHub license](https://img.shields.io/badge/license-GPLv2%2B-blue.svg)]()
[![GitHub release](https://img.shields.io/github/release/cydrobolt/polr.svg)](https://github.com/cydrobolt/polr/releases)