mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
Generated with link:https://alchemists.io/projects/hanamismith[Hanamismith] 1.4.0. This includes the link:https://github.com/minimagick/minimagick[MiniMagick] gem for converting images into black and white images for display on TRMNL devices.
16 lines
409 B
JSON
16 lines
409 B
JSON
{
|
|
"name": "terminus",
|
|
"dockerComposeFile": "compose.yaml",
|
|
"service": "app",
|
|
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/github-cli:1": {}
|
|
},
|
|
"containerEnv": {
|
|
"CAPYBARA_SERVER_PORT": "45678",
|
|
"REDIS_URL": "redis://redis:6379/1"
|
|
},
|
|
"forwardPorts": [2300, 3000, 5432, 6379],
|
|
"postCreateCommand": "bin/setup"
|
|
}
|