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 name: cpn-tianji
services: 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: cpn-tianji:
container_name: cpn-tianji container_name: cpn-tianji
image: moonrailgun/tianji:1.31.8 image: moonrailgun/tianji:1.31.8
@@ -18,14 +9,12 @@ services:
JWT_SECRET: replace-me-with-a-random-string JWT_SECRET: replace-me-with-a-random-string
ALLOW_REGISTER: "false" ALLOW_REGISTER: "false"
ALLOW_OPENAPI: "true" ALLOW_OPENAPI: "true"
ports:
expose: - "12345:12345"
- "12345"
networks: networks:
- cpn_tianji_network - cpn_tianji_network
depends_on: depends_on:
- cpn-tianji-db - cpn-tianji-db
cpn-tianji-db: cpn-tianji-db:
container_name: cpn-tianji-db container_name: cpn-tianji-db
image: postgres:15.4-alpine image: postgres:15.4-alpine
@@ -43,11 +32,9 @@ services:
retries: 5 retries: 5
networks: networks:
- cpn_tianji_network - cpn_tianji_network
networks: networks:
cpn_tianji_network: cpn_tianji_network:
driver: bridge driver: bridge
volumes: volumes:
tianji_pgdata: tianji_pgdata:
name: 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 support: https://git.weektab.org/companas/umbrel-apps/issues
gallery: 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-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: > releaseNotes: >
Features: Features:
- add url as new field type of survey (c8a6efe) - 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