Update nix and docker setups

This commit is contained in:
Eike Kettner
2020-05-25 17:52:48 +02:00
parent 9caa074657
commit 0b7cc0ec6b
6 changed files with 28 additions and 9 deletions

View File

@ -1,7 +1,7 @@
version: '3.7'
services:
restserver:
image: eikek0/docspell:restserver-0.5.0
image: eikek0/docspell:restserver-0.6.0
container_name: docspell-restserver
command: /opt/docspell.conf
ports:
@ -20,7 +20,7 @@ services:
- POSTGRES_PASSWORD=dbpass
- POSTGRES_DB=dbname
joex:
image: eikek0/docspell:joex-0.5.0
image: eikek0/docspell:joex-0.6.0
container_name: docspell-joex
command: /opt/docspell.conf
ports: