feat: devcontainers (#18007)

* feat: devcontainers

* Update link

* Update docs

* Extend existing dockerfiles/composes

* Add jre for make open-api

* Add jre for make open-api

* shellcheck

* git doesn't like bind mount within git repo

* group tasks

* Missing sudo

* Review comments

* tweak for codespaces

* typo

* Lots of docs

* close <br>

* Specify ENV vars for database

* doc errors

* fix broken doc link

* Simplify devcontainers scripts/startup

---------

Co-authored-by: Jason Rasmussen <jason@rasm.me>
This commit is contained in:
Min Idzelis 2025-06-13 10:49:21 -04:00 committed by GitHub
parent f54cfa7a5a
commit 103b83d2d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 892 additions and 70 deletions

View file

@ -0,0 +1,7 @@
#!/bin/bash
# shellcheck source=common.sh
# shellcheck disable=SC1091
source /immich-devcontainer/container-common.sh
fix_permissions
install_dependencies