Moved many utility files to one big "tools" folder

This commit is contained in:
DJj123dj
2026-04-03 13:38:12 +02:00
parent 50c7fc5e90
commit 2d9a9b42d4
16 changed files with 12 additions and 8 deletions
+11
View File
@@ -0,0 +1,11 @@
# Docker Compose for Open Ticket v4
version: '3'
services:
openticket:
build: .
volumes:
- openticket:/home/container
restart: no
container_name: open-ticket
volumes:
openticket: