Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 720 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 720 Bytes

ServerTemplate

This repository is a template for create server specific repository

Usage

  1. Create repository from this template via Use this template button or this link
    • Recommended action: Copy all branches by ✅ the Include all branches option
  2. Create latest branch if you did not copy all branches from this template
  3. Edit entrypoint.sh, compose.yml, README.md
  4. Push to develop branch
  5. When your docker image is ready to use in production, merge develop branch into latest branch
    • Recommended action: You might want to create new tag which matches glob listed below
    • v?[0-9]+.[0-9]+
    • r?[0-9]+