Added Collabnet SVN server compose file (tested and functioning)

This commit is contained in:
2024-03-08 10:18:05 +01:00
parent 362692ae5f
commit 03390f5b4c
+16
View File
@@ -0,0 +1,16 @@
version: "3"
services:
collabnet:
build: ./
image: dcagatay/subversion-edge:latest
container_name: CollabNet-SVN
volumes:
# Configuration and server data
- /srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/docker_config/collabnetsvn:/opt/csvn/data
# The repositories
- /srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/repositories/svn:/opt/csvn/data/repositories
ports:
- 3343:3343
- 18080:18080
restart: unless-stopped