new release: 0.10.9-stable

This commit is contained in:
Jens Langhammer
2020-10-01 10:24:16 +02:00
parent a5420fe019
commit 94eaeb5a60
9 changed files with 18 additions and 18 deletions

View File

@ -23,7 +23,7 @@ services:
labels:
- traefik.enable=false
server:
image: beryju/passbook:${PASSBOOK_TAG:-0.10.8-stable}
image: beryju/passbook:${PASSBOOK_TAG:-0.10.9-stable}
command: server
environment:
PASSBOOK_REDIS__HOST: redis
@ -40,7 +40,7 @@ services:
env_file:
- .env
worker:
image: beryju/passbook:${PASSBOOK_TAG:-0.10.8-stable}
image: beryju/passbook:${PASSBOOK_TAG:-0.10.9-stable}
command: worker
networks:
- internal
@ -53,7 +53,7 @@ services:
env_file:
- .env
static:
image: beryju/passbook-static:${PASSBOOK_TAG:-0.10.8-stable}
image: beryju/passbook-static:${PASSBOOK_TAG:-0.10.9-stable}
networks:
- internal
labels: