--- domoticz: host: himbeere fqdn: home.cere.duckdns.org docker: build: domoticz image: domoticz volumes: - /etc/localtime:/etc/localtime - /opt/fast/domoticz/domoticz.db:/root/domoticz/domoticz.db ports: 8080:8080 devices: /dev/ttyUSB0 # https://github.com/mkueper/rpi-svn/blob/master/Dockerfile svn: host: himbeere docker: build: svn volumes: - /opt/fast/svn:/var/svn ports: 3690:3690 stop_signal: SIGKILL ngp: host: himbeere docker: build: ngp ports: 0.0.0.0:1080:80, 0.0.0.0:1443:443 volumes: - /usr/share/nginx/html - /var/run/docker.sock:/tmp/docker.sock:ro - /opt/fast/nginx/certs:/etc/nginx/certs:ro # see https://github.com/jwilder/nginx-proxy#per-virtual_host - /opt/fast/nginx/vhost.d:/etc/nginx/vhost.d:ro commands: nginx_conf: method: exec cmd: cat /etc/nginx/conf.d/default.conf docs: show dockergen-generated config nexus: host: himbeere docker: build: nexus volumes: - /etc/localtime:/etc/localtime - /opt/fast/nexus:/opt/sonatype-work ports: 1381:8081 pypy: host: himbeere docker: build: pypy volumes: - /etc/localtime:/etc/localtime rsync: host: himbeere docker: build: rsync volumes: - /mnt/ssdext/docker_fast_volumes:/opt/from - /mnt/hddext/backup:/opt/to gogs: host: himbeere fqdn: git.cere.duckdns.org docker: image: gogs/gogs-rpi volumes: /opt/fast/gogs:/data ports: 3000:3000, 3022:22 env: VIRTUAL_PORT: 3000