Skip to content

Instantly share code, notes, and snippets.

@segaz2002
Created August 8, 2023 08:31
Show Gist options
  • Save segaz2002/59c1d944e852dda8b3a19047cd792e95 to your computer and use it in GitHub Desktop.
Save segaz2002/59c1d944e852dda8b3a19047cd792e95 to your computer and use it in GitHub Desktop.

Revisions

  1. segaz2002 created this gist Aug 8, 2023.
    20 changes: 20 additions & 0 deletions livebook.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    version: "3"

    volumes:
    livebook:

    services:
    livebook:
    image: ghcr.io/livebook-dev/livebook
    working_dir: /livebook
    environment:
    LIVEBOOK_PASSWORD: changeTheW0rld!
    # LIVEBOOK_DATA_PATH: /livebook/settings
    LIVEBOOK_HOME: /livebook
    LIVEBOOK_SHUTDOWN_ENABLED: true
    ports:
    - 9300:8080
    - 9301:8081
    volumes:
    - livebook:/livebook
    rpu-xzwx-jzj