mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-09-20 13:14:35 -04:00
add proofs
This commit is contained in:
parent
47c148f8c6
commit
2978bf0d3b
2 changed files with 3 additions and 1 deletions
|
@ -12,3 +12,5 @@ pb_data
|
|||
|
||||
# installed files
|
||||
node_modules
|
||||
|
||||
proofs/
|
|
@ -18,6 +18,7 @@ services:
|
|||
default:
|
||||
volumes:
|
||||
- ./src/frontend/templates:/app/frontend/templates
|
||||
- ./src/frontend/static/proofs:/app/frontend/static/proofs
|
||||
env_file:
|
||||
- .env
|
||||
depends_on:
|
||||
|
@ -58,7 +59,6 @@ services:
|
|||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
|
||||
tor:
|
||||
image: goldy/tor-hidden-service:latest
|
||||
profiles: ["tor"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue