Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

upnl/upnl-org-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upnl-org-backup Docker Status

유피넬 홈페이지 디비 및 업로드 폴더 자동 백업 시스템

Usage

docker build . -t ghcr.io/upnl/upnl-org-backup
docker run --rm -d \
  -v /path/to/upload:/app/upload \
  -v /path/to/backup:/app/backup \
  -e POSTGRES_USER=postgres \
  -e POSTGRES_HOST=localhost \
  -e POSTGRES_DB=db \
  -e POSTGRES_PASSWORD=somesecretpassword \
  ghcr.io/upnl/upnl-org-backup

About

💾 홈페이지 자동 백업 시스템

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published