termpad icon indicating copy to clipboard operation
termpad copied to clipboard

DELETE_AFTER env variable not working properly

Open danys94 opened this issue 1 year ago • 0 comments

Hey sir! I have following setup

version: "3.4"

services:
  app:
    image: spyrosr/termpad
    ports:
      - 9999:8000
    environment:
      - DOMAIN_NAME=XX.XXX.XX/raw
      - HTTPS=true
      - DELETE_AFTER=1
    volumes:
      - data:$HOME/.local/share/termpad/
    restart: always

volumes:
  data:
    name: termpad

And it actually deletes in less than one hour, I was monitoring this and it was about 50 minutes. I thought DELETE_AFTER environment variable stands for days. Is there a bug? Thank you in advance!

danys94 avatar Sep 29 '23 09:09 danys94