mirror of
https://github.com/immich-app/immich.git
synced 2025-01-23 20:22:45 +01:00
3b06220219
* 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>
8 lines
173 B
YAML
8 lines
173 B
YAML
services:
|
|
immich-devcontainer:
|
|
build:
|
|
dockerfile: Dockerfile
|
|
extra_hosts:
|
|
- 'host.docker.internal:host-gateway'
|
|
volumes:
|
|
- ..:/immich:cached
|