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:
renovate[bot] 2023-05-05 14:34:35 -04:00 committed by GitHub
parent 09cfbcac2f
commit 63d676364f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View File

@ -5,9 +5,11 @@
"exposable": true,
"id": "flatnotes",
"port": 8137,
"tipi_version": 2,
"version": "v2.2.0",
"categories": ["utilities"],
"tipi_version": 3,
"version": "3.0.0",
"categories": [
"utilities"
],
"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",
"author": "Dullage",

View File

@ -3,7 +3,7 @@ version: "3"
services:
flatnotes:
container_name: flatnotes
image: dullage/flatnotes:v2.2.0
image: dullage/flatnotes:v3.0.0
environment:
FLATNOTES_AUTH_TYPE: ${FLATNOTES_AUTH_TYPE}
FLATNOTES_USERNAME: ${FLATNOTES_USERNAME}
@ -11,11 +11,11 @@ services:
FLATNOTES_SECRET_KEY: ${FLATNOTES_SECRET_KEY}
FLATNOTES_TOTP_KEY: ${FLATNOTES_TOTP_KEY}
volumes:
- "${APP_DATA_DIR}/data:/app/data"
- "${APP_DATA_DIR}/data:/data"
# - "./index:/app/data/.flatnotes"
# Optional. Allows you to save the search index in a different location.
ports:
- ${APP_PORT}:80
- ${APP_PORT}:8080
restart: unless-stopped
networks:
- tipi_main_network
@ -25,4 +25,4 @@ services:
traefik.http.routers.flatnotes.entrypoints: websecure
traefik.http.routers.flatnotes.service: flatnotes
traefik.http.routers.flatnotes.tls.certresolver: myresolver
traefik.http.services.flatnotes.loadbalancer.server.port: 80
traefik.http.services.flatnotes.loadbalancer.server.port: 8080