Created
August 8, 2023 08:31
-
-
Save segaz2002/59c1d944e852dda8b3a19047cd792e95 to your computer and use it in GitHub Desktop.
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 characters
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