root: replace images in compose with alpine

closes #840

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-05-06 15:01:25 +02:00
parent 202ad1a3ac
commit c864f4e312
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: '3.2'
services:
postgresql:
image: postgres:12
image: postgres:12-alpine
restart: unless-stopped
volumes:
- database:/var/lib/postgresql/data
@ -16,7 +16,7 @@ services:
env_file:
- .env
redis:
image: redis
image: redis:alpine
restart: unless-stopped
networks:
- internal