dirkse 9 سال پیش
والد
کامیت
0c47ef2e64
2فایلهای تغییر یافته به همراه10 افزوده شده و 9 حذف شده
  1. 1 1
      rsync/Dockerfile
  2. 9 8
      services.yml

+ 1 - 1
rsync/Dockerfile

@@ -6,6 +6,6 @@ RUN apk update \
 
 # run rsync
 CMD rsync -av --delete /opt/from/ /opt/to/ && \
-    echo "$(date '+%a %M:%H:%S %h %d %Y') sleeping 1h now.." && \
+    echo "$(date '+%a %H:%M:%S %h %d %Y') sleeping 1h now.." && \
     sleep 3600s
 

+ 9 - 8
services.yml

@@ -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