feat: Upgrade devcontainer setup (#14419)

* Feat: Upgrade devcontainer

* Style: Format devcontainer.json

* Chore: Remove settings from devcontainer

* chore: add shebang

* chore: fix shellcheck

---------

Co-authored-by: Bünyamin Olgun <buenyamin.olgun@cancom.de>
Co-authored-by: Jason Rasmussen <jason@rasm.me>
This commit is contained in:
Zer0x00
2025-01-14 03:42:32 +01:00
committed by GitHub
parent dc53e2a9b9
commit 3b06220219
6 changed files with 79 additions and 18 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
immich-devcontainer:
build:
dockerfile: Dockerfile
extra_hosts:
- 'host.docker.internal:host-gateway'
volumes:
- ..:/immich:cached