- Initial release,

- Based on rx3-docker/server:1.4.0-mga9,
- Use orthanc 1.12.11 from Rx3 RPM,
- Use docker-tools-1.5.2.
This commit is contained in:
2026-06-25 19:30:52 +02:00
commit 8c0ae7bf01
11 changed files with 286 additions and 0 deletions

4
var/lib/orthanc/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
var/log/init-server/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
var/log/orthanc/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
var/log/supervisor-server/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore