Files
tyra-linux/docker-compose.yml
T
RuiFPB bf1c41f3e1
Official build / Build (push) Failing after 1m20s
Adding bash scripts to the project.
(Scripts generated by Antigravity with Gemini Flash 3.5)
2026-05-24 21:42:26 +01:00

15 lines
271 B
YAML

version: "3.9"
volumes:
tyra-volume:
services:
compiler:
environment:
TERM: xterm-256color
network_mode: host
image: "h4570/tyra"
tty: true
container_name: tyra-compiler
volumes:
- tyra-volume:/src
- ./:/host:z