8000 GitHub - wuyongwen/umami_4zeabur: umami docker file for zeabur
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wuyongwen/umami_4zeabur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

umami_4zeabur

umami docker file for zeabur

build

docker build -t umami_4zeabur:latest .

deploy

docker run --name umami -p 8080:8080 -e DATABASE_URL=mysql://root:root@192.168.7.120:3306/umami -d umami_4zeabur:latest

deploy to zeabur

  • Import your source code from GitHub

  • define ENV DATABASE_URL="mysql://${MYSQL_USERNAME}:${MYSQL_PASSWORD}@${MYSQL_HOST}:${MYSQL_PORT}/umami"

  • ☕️

About

umami docker file for zeabur

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0