Giter Club home page Giter Club logo

cloudtube-docker's People

Contributors

abeltramo avatar erikderzweite avatar kayoo123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cloudtube-docker's Issues

update ?

Will you keep update Cloudtube and newleaf image ?

Cannot find module 'pinski' with cloudtube docker container

Hello,

after an update, I cannot run cloudtube anymore. The errors I see in the logs:

 Error: Cannot find module 'pinski'
cloudtube             | Require stack:
cloudtube             | - /workdir/server.js
cloudtube             |     at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15)
cloudtube             |     at Module._load (node:internal/modules/cjs/loader:901:27)
cloudtube             |     at Module.require (node:internal/modules/cjs/loader:1115:19)
cloudtube             |     at require (node:internal/modules/helpers:119:18)
cloudtube             |     at Object.<anonymous> (/workdir/server.js:1:18)
cloudtube             |     at Module._compile (node:internal/modules/cjs/loader:1233:14)
cloudtube             |     at Module._extensions..js (node:internal/modules/cjs/loader:1287:10)
cloudtube             |     at Module.load (node:internal/modules/cjs/loader:1091:32)
cloudtube             |     at Module._load (node:internal/modules/cjs/loader:938:12)
cloudtube             |     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) {
cloudtube             |   code: 'MODULE_NOT_FOUND',
cloudtube             |   requireStack: [ '/workdir/server.js' ]
cloudtube             | }

here is the snippet from my docker-compose.yml:

  cloudtube:
    image: abeltramo/cloudtube:latest
    container_name: cloudtube
    restart: always
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.cloudtube.rule=Host(`tube.domain.tld`,`www.tube.domain.tld`)"
      - "traefik.http.routers.cloudtube.entrypoints=websecure"
      - "traefik.http.routers.cloudtube.tls.certresolver=myresolver"
      - "traefik.http.services.cloudtube.loadbalancer.server.port=10412"
    volumes:
      - /docker/cloudtube/db:/workdir/db
      - /docker/cloudtube/config/config.js:/workdir/config/config.js
    networks:
      - cloudtube-internal
      - web

  newleaf:
    image: abeltramo/newleaf:latest
    container_name: newleaf
    restart: always
    volumes:
      - /docker/cloudtube/configuration.py:/workdir/configuration.py
    networks:
      - cloudtube-internal

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.