Skip to content

Commit 5e10479

Browse files
committed
updated to 5.3.12
1 parent d4774a3 commit 5e10479

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

compose/seatable-server.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
seatable-server:
4-
image: ${SEATABLE_IMAGE:-seatable/seatable-enterprise:5.3.10}
4+
image: ${SEATABLE_IMAGE:-seatable/seatable-enterprise:5.3.12}
55
restart: unless-stopped
66
container_name: seatable-server
77
volumes:
@@ -29,6 +29,7 @@ services:
2929
- SEATABLE_ADMIN_EMAIL=${SEATABLE_ADMIN_EMAIL:?Variable is not set or empty}
3030
- SEATABLE_ADMIN_PASSWORD=${SEATABLE_ADMIN_PASSWORD:?Variable is not set or empty}
3131
- TIME_ZONE=${TIME_ZONE}
32+
- ENABLE_PYTHON_SCRIPT=${ENABLE_PYTHON_SCRIPT:-true}
3233
- PYTHON_SCHEDULER_URL=${PYTHON_SCHEDULER_URL:-http://python-scheduler}
3334
- PYTHON_SCHEDULER_AUTH_TOKEN=${PYTHON_SCHEDULER_AUTH_TOKEN:-}
3435
- REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt

0 commit comments

Comments
 (0)