1
0

move timestamp-server into apps

This commit is contained in:
pooneyy
2025-07-01 13:04:20 +08:00
parent 856692b423
commit 1d3f9e1835
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
services:
timestamp-server:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "./data:/work/data"
environment:
- "tsa.keystore.password=${P12_PASSWORD}"
- "tsa.keystore.path=/work/data/tsa.pfx"
image: dnl50/tsa-server:3.3.0-jvm
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true