Migration to newer dockge/compose stack
This commit is contained in:
16
recipe-collector/compose.yaml
Normal file
16
recipe-collector/compose.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json
|
||||
|
||||
services:
|
||||
mealie:
|
||||
extends:
|
||||
file: ../compose.base.yaml
|
||||
service: exposed-service
|
||||
container_name: mealie
|
||||
image: ghcr.io/mealie-recipes/mealie
|
||||
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
|
||||
env_file: ./config/mealie.env
|
||||
volumes:
|
||||
- ./volumes/mealie_data/:/app/data/
|
||||
networks:
|
||||
reverse-proxy:
|
||||
external: true
|
||||
@@ -1,22 +0,0 @@
|
||||
name: recipe-collector
|
||||
|
||||
services:
|
||||
mealie:
|
||||
hostname: mealie
|
||||
image: ghcr.io/mealie-recipes/mealie
|
||||
networks:
|
||||
- reverse-proxy
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
volumes:
|
||||
- ${NASCOMPOSE_SERVICES?}/recipe-collector/volumes/mealie_data/:/app/data/
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
traefik.enable: true
|
||||
# Embedded authentication
|
||||
# traefik.http.routers.mealie.middlewares: authelia@file
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
external: true
|
||||
0
recipe-collector/volumes/mealie_data/.gitkeep
Normal file
0
recipe-collector/volumes/mealie_data/.gitkeep
Normal file
Reference in New Issue
Block a user