This commit is contained in:
2025-08-10 09:53:12 +02:00
commit a563c48234
6 changed files with 222 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: "3.8"
services:
cronapp:
build:
context: .
dockerfile: Dockerfile
container_name: cronapp
restart: unless-stopped