cratery 1.11.1

Cratery -- a private cargo registry
services:
  server:
    build:
      context: ./
    image: cenotelie/cratery:latest
    restart: unless-stopped
    ports:
      - "80:80"
    volumes:
      - ./data:/data
    environment:
      RUST_BACKTRACE: 1
      # REGISTRY_LOG_LEVEL: INFO
      # REGISTRY_LOG_DATE_TIME_FORMAT: "[%Y-%m-%d %H:%M:%S]"
      # REGISTRY_WEB_LISTENON_IP: "0.0.0.0"
      # REGISTRY_WEB_LISTENON_PORT: 80
      REGISTRY_WEB_COOKIE_SECRET: this is the secret key for my yummy cookies, this is the secret key for my yummy cookies
      REGISTRY_WEB_PUBLIC_URI: http://localhost
      # REGISTRY_WEB_BODY_LIMIT: 10485760
      REGISTRY_HOME_DIR: /home/cratery
      REGISTRY_DATA_DIR: /data
      # REGISTRY_INDEX_PROTOCOL_GIT: "false"
      # REGISTRY_INDEX_PROTOCOL_SPARSE: "true"
      # REGISTRY_GIT_REMOTE:
      # REGISTRY_GIT_REMOTE_SSH_KEY_FILENAME:
      # REGISTRY_GIT_REMOTE_PUSH_CHANGES:
      REGISTRY_GIT_USER_NAME: Cratery
      REGISTRY_GIT_USER_EMAIL: cratery@acme.org
      REGISTRY_STORAGE: "fs"
      # REGISTRY_STORAGE_TIMEOUT: 3000
      # REGISTRY_S3_URI:
      # REGISTRY_S3_REGION:
      # REGISTRY_S3_ACCESS_KEY:
      # REGISTRY_S3_SECRET_KEY:
      # REGISTRY_S3_BUCKET:
      # REGISTRY_S3_ROOT:
      REGISTRY_OAUTH_LOGIN_URI: https://accounts.google.com/o/oauth2/v2/auth
      REGISTRY_OAUTH_TOKEN_URI: https://oauth2.googleapis.com/token
      REGISTRY_OAUTH_CALLBACK_URI: http://localhost/webapp/oauthcallback.html
      REGISTRY_OAUTH_USERINFO_URI: https://openidconnect.googleapis.com/v1/userinfo
      REGISTRY_OAUTH_USERINFO_PATH_EMAIL: email
      REGISTRY_OAUTH_USERINFO_PATH_FULLNAME: name
      REGISTRY_OAUTH_CLIENT_ID: 710376957465-81ohjssn6skq68ktblkicqr1f2jd33ai.apps.googleusercontent.com
      REGISTRY_OAUTH_CLIENT_SECRET: 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
      REGISTRY_OAUTH_CLIENT_SCOPE: openid profile email
      # REGISTRY_DEPS_CHECK_PERIOD: 60
      # REGISTRY_DEPS_STALE_REGISTRY: 60000
      # REGISTRY_DEPS_STALE_ANALYSIS: 1440
      # REGISTRY_DEPS_NOTIFY_OUTDATED: "false"
      # REGISTRY_DEPS_NOTIFY_CVES: "false"
      # REGISTRY_EMAIL_SMTP_HOST:
      # REGISTRY_EMAIL_SMTP_PORT: 465
      # REGISTRY_EMAIL_SMTP_LOGIN:
      # REGISTRY_EMAIL_SMTP_PASSWORD:
      # REGISTRY_EMAIL_SENDER:
      # REGISTRY_EMAIL_CC:
      # REGISTRY_SELF_LOCAL_NAME: localhost
      # REGISTRY_NODE_ROLE: standalone
      # REGISTRY_NODE_WORKER_TOKEN: super secret token