new release: 0.10.1-stable

This commit is contained in:
Jens Langhammer
2020-09-14 23:08:57 +02:00
parent 3bbded3555
commit 4d51295db2
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.0-stable}
image: beryju/passbook:${PASSBOOK_TAG:-0.10.1-stable}
command: server
environment:
PASSBOOK_REDIS__HOST: redis
@ -41,7 +41,7 @@ services:
env_file:
- .env
worker:
image: beryju/passbook:${PASSBOOK_TAG:-0.10.0-stable}
image: beryju/passbook:${PASSBOOK_TAG:-0.10.1-stable}
command: worker
networks:
- internal
@ -55,7 +55,7 @@ services:
env_file:
- .env
static:
image: beryju/passbook-static:${PASSBOOK_TAG:-0.10.0-stable}
image: beryju/passbook-static:${PASSBOOK_TAG:-0.10.1-stable}
networks:
- internal
labels: