forked from coop-cloud/traefik
Compare commits
1 Commits
improve-do
...
remove-def
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b22134cde |
@ -1,5 +1,5 @@
|
|||||||
TYPE=traefik
|
TYPE=traefik
|
||||||
TIMEOUT=300
|
#TIMEOUT=300
|
||||||
ENABLE_AUTO_UPDATE=true
|
ENABLE_AUTO_UPDATE=true
|
||||||
ENABLE_BACKUPS=true
|
ENABLE_BACKUPS=true
|
||||||
|
|
||||||
@ -174,4 +174,4 @@ COMPOSE_FILE="compose.yml"
|
|||||||
|
|
||||||
## Nextcloud Talk HPB
|
## Nextcloud Talk HPB
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.nextcloud-talk-hpb.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.nextcloud-talk-hpb.yml"
|
||||||
#NEXTCLOUD_TALK_HPB_ENABLED=1
|
#NEXTCLOUD_TALK_HPB_ENABLED=1
|
||||||
|
|||||||
@ -21,12 +21,9 @@ In order to fullfill these responsibilities a recipe maintainer:
|
|||||||
|
|
||||||
A pull request can be merged if it is approved by at least one maintainer. For
|
A pull request can be merged if it is approved by at least one maintainer. For
|
||||||
pull requests opened by a maintainer they need to be approved by another
|
pull requests opened by a maintainer they need to be approved by another
|
||||||
maintainer. Even though it is okay to merge a pull request with one approval, it
|
maintainer.
|
||||||
is always better if all maintainers looked at the pull request and approved it.
|
|
||||||
|
|
||||||
## Become a maintainer
|
## Become a maintainer
|
||||||
|
|
||||||
Everyone can apply to be a recipe maintainer:
|
Everyone can apply to be a recipe maintainer. Simply add your self to the list
|
||||||
1. Watch the repository to always get updates
|
in the [README.md](./README.md) and open a new pull request with the change.
|
||||||
2. Simply add your self to the list in the [README.md](./README.md) and open a new pull request with the change.
|
|
||||||
3. Once the pull request gets merged you will be added to the [traefik maintainers team](https://git.coopcloud.tech/org/coop-cloud/teams/traefik-maintainers).
|
|
||||||
|
|||||||
@ -49,7 +49,7 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.service=api@internal"
|
- "traefik.http.routers.${STACK_NAME}.service=api@internal"
|
||||||
- "traefik.http.routers.${STACK_NAME}.middlewares=security@file"
|
- "traefik.http.routers.${STACK_NAME}.middlewares=security@file"
|
||||||
- "coop-cloud.${STACK_NAME}.version=3.9.0+v3.6.5"
|
- "coop-cloud.${STACK_NAME}.version=3.9.0+v3.6.5"
|
||||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
|
||||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||||
|
|
||||||
socket-proxy:
|
socket-proxy:
|
||||||
|
|||||||
Reference in New Issue
Block a user