Update compose.yaml
This commit is contained in:
+5
-1
@@ -1,5 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
mealie:
|
mealie:
|
||||||
|
networks:
|
||||||
|
- bragi-local
|
||||||
image: ghcr.io/mealie-recipes/mealie:v2.8.0
|
image: ghcr.io/mealie-recipes/mealie:v2.8.0
|
||||||
container_name: mealie
|
container_name: mealie
|
||||||
restart: always
|
restart: always
|
||||||
@@ -24,7 +26,9 @@ services:
|
|||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
postgres:
|
postgres:
|
||||||
container_name: postgres
|
networks:
|
||||||
|
- bragi-local
|
||||||
|
container_name: 04_groceries_postgres
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user