Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
27 lines (26 loc) · 661 Bytes

File metadata and controls

27 lines (26 loc) · 661 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: "3.9"
services:
isms:
build:
context: .
dockerfile: Dockerfile
image: isms-builder:latest
container_name: isms-builder
restart: unless-stopped
ports:
- "${PORT:-3000}:3000"
volumes:
# JSON-Daten + Uploads auf dem Host – direkt sichtbar und sicherbar
- ./data:/app/data
# Optional: SSL-Zertifikate (read-only)
# - ./ssl:/app/ssl:ro
env_file:
- .env.docker
environment:
- NODE_ENV=production
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:3000/ui/login.html"]
interval: 30s
timeout: 5s
retries: 3
start_period: 15s
Morty Proxy This is a proxified and sanitized view of the page, visit original site.