root: replace images in compose with alpine
closes #840 Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
202ad1a3ac
commit
c864f4e312
|
@ -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
|
||||
|
|
Reference in New Issue