mirror of
https://github.com/Hestia-Homes/insight.git
synced 2026-06-08 11:17:25 +00:00
12 lines
222 B
YAML
12 lines
222 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
insight:
|
|
init: true
|
|
user: "${UID}:${GID}"
|
|
build:
|
|
context: ..
|
|
dockerfile: .devcontainer/Dockerfile
|
|
command: sleep infinity
|
|
volumes:
|
|
- ..:/workspaces/insight
|