forked from CCCHH/hedgedoc-expire
Build an image and add it to compose
This commit is contained in:
parent
56641f66d5
commit
a9d7f142e7
3 changed files with 30 additions and 2 deletions
|
|
@ -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: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue