chore: docker file for Arch Linux

This commit is contained in:
2026-01-04 12:25:41 +08:00
parent 0e9a06be24
commit 69f9af302f
2 changed files with 25 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
today-on-history:
build: "."
container_name: "today-on-history"
restart: "always"
ports:
- 8080:8080
expose:
- 8080
volumes:
- /srv/TodayOnHistory:/app