reminder/docker-compose.yml
Finn Christiansen f440b1becc
All checks were successful
ci / docker (push) Successful in 1m16s
👷 add docker compose file
2023-11-09 21:12:45 +01:00

9 lines
178 B
YAML

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