Compare commits
No commits in common. "f440b1becc2744e89bd5370fc0140a737e4d5862" and "716c789632d5f798bfa0ef2a88609623f4a7eb6a" have entirely different histories.
f440b1becc
...
716c789632
2 changed files with 0 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,4 +12,3 @@ pyvenv.cfg
|
|||
pip-selfcheck.json
|
||||
__pycache__
|
||||
tags
|
||||
.env
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
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