|
@@ -7,9 +7,9 @@ jupyter: # pw: letscode.00
|
|
|
build: jupyter
|
|
build: jupyter
|
|
|
ports: 17888:80
|
|
ports: 17888:80
|
|
|
volumes:
|
|
volumes:
|
|
|
- - /opt/fast/jupyter/notebooks:/root/notebooks
|
|
|
|
|
- - /opt/fast/jupyter/config:/root/.local
|
|
|
|
|
- - /opt/fast/jupyter/config_root:/root/.jupyter
|
|
|
|
|
|
|
+ - /mnt/ssdext/data/jupyter/notebooks:/root/notebooks
|
|
|
|
|
+ - /mnt/ssdext/data/jupyter/config:/root/.local
|
|
|
|
|
+ - /mnt/ssdext/data/jupyter/config_root:/root/.jupyter
|
|
|
|
|
|
|
|
domoticz:
|
|
domoticz:
|
|
|
host: himbeere
|
|
host: himbeere
|
|
@@ -19,7 +19,7 @@ domoticz:
|
|
|
image: domoticz
|
|
image: domoticz
|
|
|
volumes:
|
|
volumes:
|
|
|
- /etc/localtime:/etc/localtime
|
|
- /etc/localtime:/etc/localtime
|
|
|
- - /opt/fast/domoticz/domoticz.db:/root/domoticz/domoticz.db
|
|
|
|
|
|
|
+ - /mnt/ssdext/data/domoticz/domoticz.db:/root/domoticz/domoticz.db
|
|
|
#ports: 8080:8080
|
|
#ports: 8080:8080
|
|
|
devices: /dev/ttyUSB0
|
|
devices: /dev/ttyUSB0
|
|
|
|
|
|
|
@@ -43,7 +43,7 @@ svn:
|
|
|
docker:
|
|
docker:
|
|
|
build: svn
|
|
build: svn
|
|
|
volumes:
|
|
volumes:
|
|
|
- - /opt/fast/svn:/var/svn
|
|
|
|
|
|
|
+ - /mnt/ssdext/data/svn:/var/svn
|
|
|
ports: 3690:3690
|
|
ports: 3690:3690
|
|
|
stop_signal: SIGKILL
|
|
stop_signal: SIGKILL
|
|
|
|
|
|
|
@@ -55,12 +55,13 @@ ngp:
|
|
|
ports: 192.168.178.43:1080:80, 192.168.178.43:1443:443
|
|
ports: 192.168.178.43:1080:80, 192.168.178.43:1443:443
|
|
|
volumes:
|
|
volumes:
|
|
|
- /usr/share/nginx/html
|
|
- /usr/share/nginx/html
|
|
|
- - /opt/fast/nginx/htpasswd:/etc/nginx/htpasswd \
|
|
|
|
|
|
|
+ - /mnt/ssdext/data/nginx/htpasswd:/etc/nginx/htpasswd \
|
|
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
|
|
- - /opt/fast/nginx/certs:/etc/nginx/certs:ro
|
|
|
|
|
|
|
+ - /mnt/ssdext/data/nginx/certs:/etc/nginx/certs:ro
|
|
|
# see https://github.com/jwilder/nginx-proxy#per-virtual_host
|
|
# see https://github.com/jwilder/nginx-proxy#per-virtual_host
|
|
|
- - /opt/fast/nginx/vhost.d:/etc/nginx/vhost.d:ro
|
|
|
|
|
-
|
|
|
|
|
|
|
+ - /mnt/ssdext/data/nginx/vhost.d:/etc/nginx/vhost.d:ro
|
|
|
|
|
+ labels:
|
|
|
|
|
+ com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
|
|
|
commands:
|
|
commands:
|
|
|
nginx_conf:
|
|
nginx_conf:
|
|
|
method: exec
|
|
method: exec
|
|
@@ -71,9 +72,9 @@ ngp:
|
|
|
build: ngp_le
|
|
build: ngp_le
|
|
|
volumes_from: nginx-proxy
|
|
volumes_from: nginx-proxy
|
|
|
volumes:
|
|
volumes:
|
|
|
- - /opt/fast/nginx/certs:/etc/nginx/certs:rw
|
|
|
|
|
|
|
+ - /mnt/ssdext/data/nginx/certs:/etc/nginx/certs:rw
|
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
|
- - /opt/fast/nginx/vhost.d:/etc/nginx/vhost.d:rw
|
|
|
|
|
|
|
+ - /mnt/ssdext/data/nginx/vhost.d:/etc/nginx/vhost.d:rw
|
|
|
|
|
|
|
|
#~ nexus:
|
|
#~ nexus:
|
|
|
#~ host: himbeere
|
|
#~ host: himbeere
|
|
@@ -81,7 +82,7 @@ ngp:
|
|
|
#~ build: nexus
|
|
#~ build: nexus
|
|
|
#~ volumes:
|
|
#~ volumes:
|
|
|
#~ - /etc/localtime:/etc/localtime
|
|
#~ - /etc/localtime:/etc/localtime
|
|
|
- #~ - /opt/fast/nexus:/opt/sonatype-work
|
|
|
|
|
|
|
+ #~ - /mnt/ssdext/data/nexus:/opt/sonatype-work
|
|
|
#~ ports: 1381:8081
|
|
#~ ports: 1381:8081
|
|
|
|
|
|
|
|
#~ pypy:
|
|
#~ pypy:
|
|
@@ -97,7 +98,7 @@ rsync:
|
|
|
build: rsync
|
|
build: rsync
|
|
|
volumes:
|
|
volumes:
|
|
|
- /etc/localtime:/etc/localtime
|
|
- /etc/localtime:/etc/localtime
|
|
|
- - /mnt/ssdext/docker_fast_volumes:/opt/from
|
|
|
|
|
|
|
+ - /mnt/ssdext/data:/opt/from
|
|
|
- /mnt/hddext/backup:/opt/to
|
|
- /mnt/hddext/backup:/opt/to
|
|
|
|
|
|
|
|
gogs:
|
|
gogs:
|
|
@@ -105,7 +106,7 @@ gogs:
|
|
|
fqdn: git.cere.duckdns.org
|
|
fqdn: git.cere.duckdns.org
|
|
|
docker:
|
|
docker:
|
|
|
image: gogs/gogs-rpi
|
|
image: gogs/gogs-rpi
|
|
|
- volumes: /opt/fast/gogs:/data
|
|
|
|
|
|
|
+ volumes: /mnt/ssdext/data/gogs:/data
|
|
|
ports: 3022:22
|
|
ports: 3022:22
|
|
|
env:
|
|
env:
|
|
|
VIRTUAL_PORT: 3000
|
|
VIRTUAL_PORT: 3000
|
|
@@ -116,8 +117,8 @@ graphite:
|
|
|
build: graphite
|
|
build: graphite
|
|
|
#~ image: abarbanell/docker-grafana-graphite
|
|
#~ image: abarbanell/docker-grafana-graphite
|
|
|
volumes:
|
|
volumes:
|
|
|
- - /opt/fast/graphite/whisper:/opt/graphite/storage/whisper
|
|
|
|
|
- - /opt/fast/graphite/logs:/var/log/supervisor
|
|
|
|
|
|
|
+ - /mnt/ssdext/data/graphite/whisper:/opt/graphite/storage/whisper
|
|
|
|
|
+ - /mnt/ssdext/data/graphite/logs:/var/log/supervisor
|
|
|
ports:
|
|
ports:
|
|
|
- 13080:8000
|
|
- 13080:8000
|
|
|
- 8125:8125/udp
|
|
- 8125:8125/udp
|