move timestamp-server into apps
This commit is contained in:
19
apps/timestamp-server/3.1.0-jvm/docker-compose.yml
Normal file
19
apps/timestamp-server/3.1.0-jvm/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user