add game template

This commit is contained in:
h4570
2022-07-29 23:04:31 +02:00
parent d435d08cf8
commit 8591e35c4f
21 changed files with 381 additions and 4 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