chore: deactivated linux_x64_docker workflow and added docker-compose file
All checks were successful
Build ARM64 Linux / build-arm64 (push) Successful in 5m44s
Build Docker Linux ARM64 / build-docker-linux-arm64 (push) Successful in 6m36s
Build Windows x64 / build-windows-x64 (push) Successful in 8m12s
Build Linux x64 / build-linux-x64 (push) Successful in 5m48s

This commit is contained in:
2025-12-12 20:28:04 +01:00
parent fb328b9abb
commit 5b36105795
2 changed files with 19 additions and 1 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
services:
CouchLog:
image: gitea.penry.de/CouchLog/CouchLog:latest
container_name: CouchLog
restart: unless-stopped
ports:
- "8080:8080"
environment:
- ASPNETCORE_ENVIRONMENT=Production
- TZ=Europe/Berlin
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro