Build an image and add it to compose

This commit is contained in:
Stefan Bethke 2024-05-18 18:56:22 +02:00
commit a9d7f142e7
3 changed files with 30 additions and 2 deletions

View file

@ -44,6 +44,14 @@ services:
depends_on:
- database
hedgedoc-expire:
image: hedgedoc-expire
command: "-c -r .001 -n .001"
environment:
- "POSTGRES_HOSTNAME=database"
depends_on:
- database
volumes:
database: {}