Added dokuwiki stack (#364)

This commit is contained in:
Tim
2016-12-19 22:06:25 +01:00
committed by Hussein Galal
parent e9a9ffd092
commit 6be0c6e88f
5 changed files with 631 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
dokuwiki-server:
ports:
- ${http_port}:80/tcp
labels:
io.rancher.sidekicks: dokuwiki-data
hostname: ${dokuwiki_hostname}
image: ununseptium/dokuwiki-docker
volumes_from:
- dokuwiki-data
dokuwiki-data:
labels:
io.rancher.container.start_once: 'true'
entrypoint:
- /bin/true
hostname: dokuwikidata
image: ununseptium/dokuwiki-docker
volumes:
- /var/www/html/data
- /var/www/html/lib/plugins