Move tyra-linux template into its own repo

This commit is contained in:
2026-06-11 00:49:08 +01:00
commit 401fce7918
25 changed files with 738 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
version: "3.9"
volumes:
tyra-game-volume:
services:
compiler:
environment:
TERM: xterm-256color
network_mode: host
build:
context: ./
dockerfile: Dockerfile
tty: true
container_name: tyra-game-compiler
volumes:
- tyra-game-volume:/src
- ./:/host