This file contains 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' | |
services: | |
n8n: | |
image: docker.n8n.io/n8nio/n8n | |
ports: | |
- 5678:5678 | |
environment: | |
- GENERIC_TIMEZONE=America/Chicago | |
- TZ=America/Chicago |
This file contains 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
Installation Instructions and References | |
Resource Links | |
Kasm Workspaces Installation: https://www.kasmweb.com/docs/latest/index.html | |
Kasm Workspaces Download: https://kasmweb.com/downloads.html | |
System Requirements: https://www.kasmweb.com/docs/latest/install/system_requirements.html | |
Creating A Swap Partition | |
#Swap should be approximately 1gb per concurrent session you expect to run at any given time. Please adjust according to your needs. | |
#Default is 1g. |