donation page with monero

This commit is contained in:
JMARyA 2022-08-25 01:24:43 +02:00
parent 7bf48daab5
commit fa78fbff0f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 111 additions and 38 deletions

View file

@ -5,7 +5,8 @@ fmt:
clean:
fd pycache -I -x rm -rv {}
restart:
docker-compose down
docker-compose build
docker-compose up -d
debug:
docker-compose -f docker-compose-debug.yml up -d
debug-stop:
docker-compose -f docker-compose-debug.yml down