Files
terminus/.devcontainer/devcontainer.json
T
Brooke Kuhlmann 81c5f67fa9 Added project skeleton
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.
2025-03-11 20:02:36 -06:00

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"
}