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.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment