mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-06-23 15:31:37 -04:00
Update postgres to use most recent version (#1347)
This commit is contained in:
parent
3e7b8d4b71
commit
37a673b34d
@ -10,7 +10,7 @@
|
|||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
mealie-frontend:
|
mealie-frontend:
|
||||||
image: hkotel/mealie:frontend-v1.0.0-beta-1
|
image: hkotel/mealie:frontend-v1.0.0beta-2
|
||||||
container_name: mealie-frontend
|
container_name: mealie-frontend
|
||||||
depends_on:
|
depends_on:
|
||||||
- mealie-api
|
- mealie-api
|
||||||
@ -23,7 +23,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- mealie-data:/app/data/ # (3)
|
- mealie-data:/app/data/ # (3)
|
||||||
mealie-api:
|
mealie-api:
|
||||||
image: hkotel/mealie:api-v1.0.0-beta-1
|
image: hkotel/mealie:api-v1.0.0beta-2
|
||||||
container_name: mealie-api
|
container_name: mealie-api
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
Loading…
x
Reference in New Issue
Block a user