Created
August 8, 2023 08:31
-
-
Save segaz2002/59c1d944e852dda8b3a19047cd792e95 to your computer and use it in GitHub Desktop.
Revisions
-
segaz2002 created this gist
Aug 8, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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