feat(dscp): initial commit

This commit is contained in:
Sebastian Rust
2025-01-29 12:13:15 +01:00
commit 3acc8a6318
8 changed files with 194 additions and 0 deletions

6
compose.yml Normal file
View File

@@ -0,0 +1,6 @@
services:
dscp-toy:
image: git.rust.cloud/dscp/toy:latest
build:
context: .
dockerfile: Dockerfile