Update postgres to use most recent version (#1347)

This commit is contained in:
Benjamin Pabst 2022-06-05 20:56:01 +02:00 committed by GitHub
parent 3e7b8d4b71
commit 37a673b34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
version: "3.7"
services:
mealie-frontend:
image: hkotel/mealie:frontend-v1.0.0-beta-1
image: hkotel/mealie:frontend-v1.0.0beta-2
container_name: mealie-frontend
depends_on:
- mealie-api
@ -23,7 +23,7 @@ services:
volumes:
- mealie-data:/app/data/ # (3)
mealie-api:
image: hkotel/mealie:api-v1.0.0-beta-1
image: hkotel/mealie:api-v1.0.0beta-2
container_name: mealie-api
depends_on:
- postgres