Compare commits
2 commits
716c789632
...
f440b1becc
Author | SHA1 | Date | |
---|---|---|---|
f440b1becc | |||
143433c072 |
2 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,3 +12,4 @@ pyvenv.cfg
|
|||
pip-selfcheck.json
|
||||
__pycache__
|
||||
tags
|
||||
.env
|
||||
|
|
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