Files
anubis-mirror/.devcontainer/docker-compose.yaml
2025-07-04 17:28:52 +00:00

18 lines
437 B
YAML

services:
valkey:
image: valkey/valkey:8
pull_policy: always
# VS Code workspace service
workspace:
image: ghcr.io/techarohq/anubis/devcontainer
build:
context: ..
dockerfile: .devcontainer/Dockerfile
cache_from:
- "type=registry,ref=ghcr.io/techarohq/anubis/devcontainer"
volumes:
- ../:/workspace/anubis:cached
#entrypoint: ["/usr/bin/sleep", "infinity"]
user: vscode