Updated Tianji

This commit is contained in:
2026-01-19 22:14:14 +01:00
parent bff7271552
commit 6583e27fce
7 changed files with 6 additions and 15 deletions

View File

@@ -1,14 +1,5 @@
name: cpn-tianji
services:
app_proxy:
container_name: cpn-tianji-app-proxy
environment:
APP_HOST: cpn_tianji_server_1
APP_PORT: 12345
restart: unless-stopped
networks:
- cpn_tianji_network
cpn-tianji:
container_name: cpn-tianji
image: moonrailgun/tianji:1.31.8
@@ -18,14 +9,12 @@ services:
JWT_SECRET: replace-me-with-a-random-string
ALLOW_REGISTER: "false"
ALLOW_OPENAPI: "true"
expose:
- "12345"
ports:
- "12345:12345"
networks:
- cpn_tianji_network
depends_on:
- cpn-tianji-db
cpn-tianji-db:
container_name: cpn-tianji-db
image: postgres:15.4-alpine
@@ -43,11 +32,9 @@ services:
retries: 5
networks:
- cpn_tianji_network
networks:
cpn_tianji_network:
driver: bridge
volumes:
tianji_pgdata:
name: tianji_pgdata

View File

@@ -16,6 +16,10 @@ repo: https://git.weektab.org/companas/umbrel-apps/src/branch/main/cpn-tianji
support: https://git.weektab.org/companas/umbrel-apps/issues
gallery:
- https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/tianji/image-1.jpeg
- https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/tianji/image-2.jpeg
- https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/tianji/image-3.jpeg
- https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/tianji/image-4.jpeg
- https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/tianji/image-5.jpeg
releaseNotes: >
Features:
- add url as new field type of survey (c8a6efe)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 855 KiB

After

Width:  |  Height:  |  Size: 651 KiB

BIN
gallery/tianji/image-2.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 855 KiB

BIN
gallery/tianji/image-3.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1004 KiB

BIN
gallery/tianji/image-4.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 KiB

BIN
gallery/tianji/image-5.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 699 KiB