https://cal.com logo
Join Slack
Powered by
# docker
  • p

    Peer

    06/11/2022, 7:30 PM
    @Colin - Krumware how do we add more environments, specifically LICENSE_KEY to the docker file?
  • p

    Peer

    06/11/2022, 7:30 PM
    can you help @zomars?
  • c

    Colin - Krumware

    06/11/2022, 7:47 PM
    There's an args list and then an env list in the dockerfile, easy to add
  • c

    Colin - Krumware

    06/11/2022, 7:47 PM
    I saw a PR for the other stuff, need to merge that
    ❤️ 1
  • c

    Colin - Krumware

    06/11/2022, 7:47 PM
    Just got back from travel and can take care of that this weekend if someone else doesn't knock it out
  • z

    zomars

    06/11/2022, 8:03 PM
    CALCOM_LICENSE_KEY
    for entreprise customers
  • c

    Colin - Krumware

    06/14/2022, 4:42 PM
    @zomars do we want to include any specific default values for NEXTAUTH_SECRET or CALENDSO_ENCRYPTION_KEY? Also, for CALCOM_LICENSE_KEY is there a default license we should use on the base image, for tracking purposes? or just leave it blank?
    z
    • 2
    • 21
  • d

    Daniel G

    06/23/2022, 2:06 AM
    Hi everyone! When I first set up my container I created a test event from another of my emails. I’m using the ‘Apple Calendar’ app to connect to my iCloud calendar. As expected I first received a confirmation email that the event has been scheduled, followed by an email from my iCloud calendar with the according calendar invite. The event in my iCloud calendar also had the attendee email in the invites field. However now when I create new meetings, I only receive the confirmation email but I no longer receive the calendar invites and the attendee is also no longer put in the invitee field. What could I have broken along the way and does anyone know any fix to bring everything back to normal? I greatly appreciate any help 🙂
    p
    c
    • 3
    • 16
  • c

    Colin - Krumware

    07/18/2022, 2:22 PM
    @Kelvin Alfaro your changes into the docker-compose have some questions around them, are you around to help?
  • c

    Colin - Krumware

    07/18/2022, 3:54 PM
    We're going to go ahead and assign it to someone here at Krum
  • p

    Peer

    07/18/2022, 4:06 PM
    epic!
  • w

    William Hallin

    07/20/2022, 1:49 PM
    @Colin - Krumware heyo! 👋
    p
    c
    • 3
    • 13
  • k

    Krishna Raj

    07/21/2022, 12:34 PM
    👋 Hola folks, I think the new v1.8.1 has compatibility issue.
    Copy code
    $ turbo run build --scope="@calcom/web" --include-dependencies
    /cal_com_app/node_modules/turbo/bin/turbo:13
        throw e;
        ^
    
    Error: Cannot find module 'turbo'
    Require stack:
    - /cal_com_app/node_modules/turbo/node-platform.js
    - /cal_com_app/node_modules/turbo/bin/turbo
        at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
        at Function.resolve (node:internal/modules/cjs/helpers:108:19)
        at downloadedBinPath (/cal_com_app/node_modules/turbo/node-platform.js:56:44)
        at generateBinPath (/cal_com_app/node_modules/turbo/node-platform.js:79:15)
        at Object.<anonymous> (/cal_com_app/node_modules/turbo/bin/turbo:7:5)
        at Module._compile (node:internal/modules/cjs/loader:1105:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
        at Module.load (node:internal/modules/cjs/loader:981:32)
        at Function.Module._load (node:internal/modules/cjs/loader:822:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) {
      code: 'MODULE_NOT_FOUND',
      requireStack: [
        '/cal_com_app/node_modules/turbo/node-platform.js',
        '/cal_com_app/node_modules/turbo/bin/turbo'
      ]
    }
    error Command failed with exit code 1.
    h
    p
    c
    • 4
    • 55
  • p

    Peer

    07/21/2022, 1:07 PM
    try upgrading node to v16
  • p

    Peer

    07/21/2022, 1:07 PM
    i think that fixes it
  • k

    Krishna Raj

    07/21/2022, 1:10 PM
    Using
    FROM node:16
  • c

    Colin - Krumware

    07/21/2022, 2:58 PM
    Fix is in for build memory issues Needs a quick review approval @Peer https://github.com/calcom/docker/pull/140
  • c

    Colin - Krumware

    07/21/2022, 4:43 PM
    I created two detailed feature requests in calcom/docker that we can hopefully track against
  • c

    Colin - Krumware

    07/21/2022, 4:44 PM
    https://github.com/calcom/docker/issues/141 https://github.com/calcom/docker/issues/142
  • c

    Colin - Krumware

    07/21/2022, 4:44 PM
    141 should have higher priority in my mind. 142 could likely be resolved by a condition flaggable by env variable
  • w

    William Hallin

    07/21/2022, 8:56 PM
    This will be exciting 🙂
  • m

    Markus

    07/26/2022, 11:59 AM
    Does somebody have a working docker-compose.yml file for production and would be willing to share it? Last time I’ve tried the code base was still being moved and I decided to wait until that’s done. Now I got a fresh and bigger VPS and looking to get Cal.com up and running finally!
    c
    • 2
    • 4
  • k

    Krishna Raj

    07/26/2022, 4:28 PM
    @Markus I did few hacks and use the Dockerfile directly
  • c

    Colin - Krumware

    07/26/2022, 4:29 PM
    @here Test ARM build is available via
    calendso/calendso:canary
    image, testers welcome!
  • l

    Leopere

    08/02/2022, 2:28 PM
    I've been summoned? https://github.com/calcom/docker/pull/147
  • l

    Leopere

    08/02/2022, 3:07 PM
    @Colin - Krumware fire questions at me
  • a

    Ayaan Zaidi

    08/02/2022, 9:35 AM
    Greetings all, I cloned the
    calcom/cal.com
    repo, ran
    yarn dx
    and I'm able to use the self-hosted version except the enterprise features. I've already generated a license key from console.cal.com for a deployment and put that inside the
    .env
    file under
    CALCOM_LICENSE_KEY
    . Still, I keep saying the "This is an enterprise feature" dialogue under generating API keys for a user. Any help would be appreciated 🙂
    p
    c
    z
    • 4
    • 15
  • p

    Peer

    08/02/2022, 3:24 PM
    👋
    l
    • 2
    • 2
  • l

    Leopere

    08/02/2022, 3:25 PM
    I've committed a couple more things to my refactor for code readability. The idea is that the
    start.sh
    script will detect if variables are unset/null and if they are set sober defaults. Otherwise, all of these environment variables strings can be modified and imposed in the
    docker-compose.override.yml or docker-compose.yml
  • l

    Leopere

    08/02/2022, 3:27 PM
    There are a couple of details I don't understand. I have no idea why when I define all of these environment strings as implied to be correct by the original Dockerfile container configuration, the web app itself doesn't launch.
12345...10Latest