docs(studio): add commented studio ports + STUDIO_EXPOSE to basic-shape compose
This commit is contained in:
@@ -287,10 +287,15 @@ services:
|
|||||||
container_name: pi-devbox
|
container_name: pi-devbox
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
|
# pi-studio (only on `-studio` images): publish loopback + enable the
|
||||||
|
# socat bridge so the browser UI is reachable. See "Using pi-studio".
|
||||||
|
# ports:
|
||||||
|
# - "127.0.0.1:8765:8765" # host-localhost only; use ssh -L for remote
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- TERM=xterm-256color
|
- TERM=xterm-256color
|
||||||
|
# - STUDIO_EXPOSE=1 # -studio only: auto-start the socat bridge on boot
|
||||||
- GITEA_ACCESS_TOKEN=${GITEA_ACCESS_TOKEN:-}
|
- GITEA_ACCESS_TOKEN=${GITEA_ACCESS_TOKEN:-}
|
||||||
- GITEA_HOST=${GITEA_HOST:-}
|
- GITEA_HOST=${GITEA_HOST:-}
|
||||||
- GITHUB_PERSONAL_ACCESS_TOKEN=${GITHUB_PERSONAL_ACCESS_TOKEN:-}
|
- GITHUB_PERSONAL_ACCESS_TOKEN=${GITHUB_PERSONAL_ACCESS_TOKEN:-}
|
||||||
|
|||||||
Reference in New Issue
Block a user