Build Retur dead-letter sorting game

This commit is contained in:
Fredrik Johansson
2026-07-20 19:45:59 +02:00
commit b69131c540
18 changed files with 2270 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
retur:
build: .
image: retur:latest
container_name: retur
restart: unless-stopped
ports:
- "${HOST_PORT:-5694}:80"