Sign inSign up

fooololo/melodisco

By fooololo

Updated almost 2 years ago

Image
Internet of things
0

2.7K

fooololo/melodisco repository overview

使用Docker Compose 安装

version: '3.9'
services:
  melodisco:
    container_name: melodisco
    image: fooololo/melodisco:latest
    restart: unless-stopped
    network_mode: bridge
    ports:
      - 8088:8080
    environment:
      - SENSITIVE_KEYWORDS=xxx,xxx,xxx #敏感词
      - POSTGRES_URL=postgresql://username:password@HOST:PORT/melodisco #pg数据库
      - STRIPE_PUBLIC_KEY=pk_test_xxx #公开key
      - STRIPE_PRIVATE_KEY=sk_test_xxx #私有key
      - NEXT_PUBLIC_SHARE_BASE_URL=http://localhost:8023 #公开链接地址
      - NEXT_PUBLIC_GOOGLE_CLIENT_ID=xxx.apps.googleusercontent.com 
      - GOOGLE_CLIENT_SECRET=GOCSPX-xxx
      - NEXTAUTH_URL=http://localhost:8023 
      - NEXTAUTH_SECRET=xxx
      - NEXT_PUBLIC_WEB_BASE_URL=http://localhost:8023
    logging:
      options:
          max-size: "5m"
          max-file: "5"

Tag summary

Content type

Image

Digest

sha256:4f3369b29

Size

55.2 MB

Last updated

almost 2 years ago

docker pull fooololo/melodisco