修改docker部署
Some checks failed
Node.js CI / build (push) Has been cancelled

This commit is contained in:
apple
2026-03-14 15:51:38 +08:00
parent 0a838649b7
commit f0eb19c417
3 changed files with 194 additions and 5 deletions

View File

@@ -1,7 +1,9 @@
---
services:
umami:
image: ghcr.io/umami-software/umami:latest
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
environment:
@@ -18,7 +20,7 @@ services:
timeout: 5s
retries: 5
db:
image: postgres:15-alpine
image: hub.diyla.com/postgres:15-alpine
environment:
POSTGRES_DB: umami
POSTGRES_USER: umami