new release: 0.10.5-stable

This commit is contained in:
Jens Langhammer
2020-09-20 13:58:33 +02:00
parent 9f403a71ed
commit c7ca95ff2b
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.4-stable}
image: beryju/passbook:${PASSBOOK_TAG:-0.10.5-stable}
command: server
environment:
PASSBOOK_REDIS__HOST: redis
@ -41,7 +41,7 @@ services:
env_file:
- .env
worker:
image: beryju/passbook:${PASSBOOK_TAG:-0.10.4-stable}
image: beryju/passbook:${PASSBOOK_TAG:-0.10.5-stable}
command: worker
networks:
- internal
@ -55,7 +55,7 @@ services:
env_file:
- .env
static:
image: beryju/passbook-static:${PASSBOOK_TAG:-0.10.4-stable}
image: beryju/passbook-static:${PASSBOOK_TAG:-0.10.5-stable}
networks:
- internal
labels: