This commit is contained in:
traveler 2025-05-03 10:16:47 -05:00
parent 4bc11c167f
commit 178d246995

View file

@ -1,7 +1,7 @@
services:
dumbterm:
container_name: dumbterm
image: glanceapp/glance
image: dumbwareio/dumbterm:latest
ports:
- 8066:3000
networks:
@ -16,7 +16,7 @@ services:
DUMBTERM_PIN: 2810
# The base URL for the application
BASE_URL: http://localhost:3000 # Use ALLOWED_ORIGINS below to restrict cors to specific origins
ENABLE_STARSHIP: "true" # Enable starship prompt
ENABLE_STARSHIP: true # Enable starship prompt
LOCKOUT_TIME: 15 # Minutes
MAX_SESSION_AGE: 24 # Hours
logging:
@ -48,20 +48,4 @@ networks:
netgrimoire:
external: true
# Map the data directory to a local folder
environment:
# Container timezone
TZ: America/Chicago
# The title shown in the web interface
SITE_TITLE: https://cli.netgrimoire.com
# Optional PIN protection (leave empty to disable)
DUMBTERM_PIN: 2810
# The base URL for the application
BASE_URL: http://localhost:3000 # Use ALLOWED_ORIGINS below to restrict cors to specific origins
ENABLE_STARSHIP: true # Enable starship prompt
LOCKOUT_TIME: 15 # Minutes
MAX_SESSION_AGE: 24 # Hours
# (OPTIONAL)
# Usage: Comma-separated list of urls: http://localhost:port,http://internalip:port,https://base.proxy.tld,https://authprovider.domain.tld
# ALLOWED_ORIGINS: ${DUMBTERM_ALLOWED_ORIGINS:-http://localhost:3000} # Comment out to allow all origins (*)