👷 add docker compose file
All checks were successful
ci / docker (push) Successful in 1m16s

This commit is contained in:
Finn Christiansen 2023-11-09 21:12:45 +01:00
parent 143433c072
commit f440b1becc

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
version: "3.7"
services:
matrix:
container_name: reminder
image: gitea.pimux.de/finn/reminder:latest
restart: unless-stopped
ports:
- ${PORT:-8000}:8000