|
|
@@ -49,14 +49,14 @@ ngp:
|
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
|
- /opt/fast/nginx/vhost.d:/etc/nginx/vhost.d:rw
|
|
|
|
|
|
-nexus:
|
|
|
- host: himbeere
|
|
|
- docker:
|
|
|
- build: nexus
|
|
|
- volumes:
|
|
|
- - /etc/localtime:/etc/localtime
|
|
|
- - /opt/fast/nexus:/opt/sonatype-work
|
|
|
- ports: 1381:8081
|
|
|
+#~ nexus:
|
|
|
+ #~ host: himbeere
|
|
|
+ #~ docker:
|
|
|
+ #~ build: nexus
|
|
|
+ #~ volumes:
|
|
|
+ #~ - /etc/localtime:/etc/localtime
|
|
|
+ #~ - /opt/fast/nexus:/opt/sonatype-work
|
|
|
+ #~ ports: 1381:8081
|
|
|
|
|
|
pypy:
|
|
|
host: himbeere
|
|
|
@@ -70,6 +70,7 @@ rsync:
|
|
|
docker:
|
|
|
build: rsync
|
|
|
volumes:
|
|
|
+ - /etc/localtime:/etc/localtime
|
|
|
- /mnt/ssdext/docker_fast_volumes:/opt/from
|
|
|
- /mnt/hddext/backup:/opt/to
|
|
|
|