chore(deps): update dullage/flatnotes docker tag to v3 (#469)
* chore(deps): update dullage/flatnotes docker tag to v3 * Update app version * Update Path and Ports --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com> Co-authored-by: DrMxrcy <drmxrcy@gmail.com>
This commit is contained in:
parent
09cfbcac2f
commit
63d676364f
|
@ -5,9 +5,11 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "flatnotes",
|
"id": "flatnotes",
|
||||||
"port": 8137,
|
"port": 8137,
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "v2.2.0",
|
"version": "3.0.0",
|
||||||
"categories": ["utilities"],
|
"categories": [
|
||||||
|
"utilities"
|
||||||
|
],
|
||||||
"description": "A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.",
|
"description": "A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.",
|
||||||
"short_desc": "A self-hosted, database-less note taking web app",
|
"short_desc": "A self-hosted, database-less note taking web app",
|
||||||
"author": "Dullage",
|
"author": "Dullage",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
flatnotes:
|
flatnotes:
|
||||||
container_name: flatnotes
|
container_name: flatnotes
|
||||||
image: dullage/flatnotes:v2.2.0
|
image: dullage/flatnotes:v3.0.0
|
||||||
environment:
|
environment:
|
||||||
FLATNOTES_AUTH_TYPE: ${FLATNOTES_AUTH_TYPE}
|
FLATNOTES_AUTH_TYPE: ${FLATNOTES_AUTH_TYPE}
|
||||||
FLATNOTES_USERNAME: ${FLATNOTES_USERNAME}
|
FLATNOTES_USERNAME: ${FLATNOTES_USERNAME}
|
||||||
|
@ -11,11 +11,11 @@ services:
|
||||||
FLATNOTES_SECRET_KEY: ${FLATNOTES_SECRET_KEY}
|
FLATNOTES_SECRET_KEY: ${FLATNOTES_SECRET_KEY}
|
||||||
FLATNOTES_TOTP_KEY: ${FLATNOTES_TOTP_KEY}
|
FLATNOTES_TOTP_KEY: ${FLATNOTES_TOTP_KEY}
|
||||||
volumes:
|
volumes:
|
||||||
- "${APP_DATA_DIR}/data:/app/data"
|
- "${APP_DATA_DIR}/data:/data"
|
||||||
# - "./index:/app/data/.flatnotes"
|
# - "./index:/app/data/.flatnotes"
|
||||||
# Optional. Allows you to save the search index in a different location.
|
# Optional. Allows you to save the search index in a different location.
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:8080
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
@ -25,4 +25,4 @@ services:
|
||||||
traefik.http.routers.flatnotes.entrypoints: websecure
|
traefik.http.routers.flatnotes.entrypoints: websecure
|
||||||
traefik.http.routers.flatnotes.service: flatnotes
|
traefik.http.routers.flatnotes.service: flatnotes
|
||||||
traefik.http.routers.flatnotes.tls.certresolver: myresolver
|
traefik.http.routers.flatnotes.tls.certresolver: myresolver
|
||||||
traefik.http.services.flatnotes.loadbalancer.server.port: 80
|
traefik.http.services.flatnotes.loadbalancer.server.port: 8080
|
Loading…
Reference in New Issue
Block a user