first commit

This commit is contained in:
Aaron Po
2026-03-03 01:25:51 -05:00
commit 72467d8140
16 changed files with 1593 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
ayerble:
build: .
container_name: ayerble
ports:
- "127.0.0.1:3627:3627"
restart: unless-stopped