This commit is contained in:
parent
143433c072
commit
f440b1becc
1 changed files with 9 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal 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
|
Loading…
Reference in a new issue