dockerize

This commit is contained in:
2026-05-15 17:20:10 +01:00
parent 92097f8f37
commit e6380b7c22
7 changed files with 61 additions and 0 deletions

8
compose.yaml Normal file
View File

@@ -0,0 +1,8 @@
services:
nowblinkie:
build: "https://git.alv.cx/alvierahman90/nowblinkie"
volumes:
- "./res:/res"
- "./out:/out"
- "./config-docker.toml:/config.toml"
restart: unless-stopped