mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
chore: github stalebot changes (#1271)
* add exempt labels * update tags for docker-compose
This commit is contained in:
parent
ca0d7e1ea2
commit
3ddbc033b2
5
.github/stale.yml
vendored
5
.github/stale.yml
vendored
@ -6,8 +6,11 @@ daysUntilClose: 7
|
|||||||
exemptLabels:
|
exemptLabels:
|
||||||
- pinned
|
- pinned
|
||||||
- security
|
- security
|
||||||
|
- early-stages
|
||||||
|
- "bug: confirmed"
|
||||||
|
- feedback
|
||||||
# Label to use when marking an issue as stale
|
# Label to use when marking an issue as stale
|
||||||
staleLabel: wontfix
|
staleLabel: stale
|
||||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
markComment: >
|
markComment: >
|
||||||
This issue has been automatically marked as stale because it has not had
|
This issue has been automatically marked as stale because it has not had
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
mealie-frontend:
|
mealie-frontend:
|
||||||
image: hkotel/mealie:frontend-nightly
|
image: hkotel/mealie:frontend-v1.0.0-beta-1
|
||||||
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-nightly
|
image: hkotel/mealie:api-v1.0.0-beta-1
|
||||||
container_name: mealie-api
|
container_name: mealie-api
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
@ -12,7 +12,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th
|
|||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
mealie-frontend:
|
mealie-frontend:
|
||||||
image: hkotel/mealie:frontend-nightly
|
image: hkotel/mealie:frontend-v1.0.0-beta-1
|
||||||
container_name: mealie-frontend
|
container_name: mealie-frontend
|
||||||
environment:
|
environment:
|
||||||
# Set Frontend ENV Variables Here
|
# Set Frontend ENV Variables Here
|
||||||
@ -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-nightly
|
image: hkotel/mealie:api-v1.0.0-beta-1
|
||||||
container_name: mealie-api
|
container_name: mealie-api
|
||||||
volumes:
|
volumes:
|
||||||
- mealie-data:/app/data/
|
- mealie-data:/app/data/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user