Sign inSign up

zjc1998/umami

By zjc1998

Updated 12 months ago

Image
0

950

zjc1998/umami repository overview

services:
  umami:
    image: zjc1998/umami:latest
    ports:
      - '3000:3000'
    environment:
      DATABASE_URL: postgresql://user:pwd@ip:port/tadabase
      DATABASE_TYPE: postgresql
      APP_SECRET: 123456
    init: true
    restart: always

Tag summary

Content type

Image

Digest

sha256:7b20990c4

Size

182.7 MB

Last updated

12 months ago

docker pull zjc1998/umami