mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Add wiki
This commit is contained in:
parent
2bf0228e9b
commit
9b031c14b6
14 changed files with 55 additions and 26 deletions
21
roles/wiki-docker/files/wiki/docker-compose.yml
Normal file
21
roles/wiki-docker/files/wiki/docker-compose.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
version: '2.2'
|
||||
|
||||
networks:
|
||||
proxy-tier:
|
||||
external:
|
||||
name: nginx-proxy
|
||||
|
||||
services:
|
||||
rpg_wiki:
|
||||
image: 'bitnami/dokuwiki:latest'
|
||||
expose:
|
||||
- 80
|
||||
environment:
|
||||
- VIRTUAL_HOST=rpg.banditlair.com
|
||||
- VIRTUAL_NETWORK=nginx-proxy
|
||||
- VIRTUAL_PORT=80
|
||||
volumes:
|
||||
- '/var/lib/wiki/rpg:/bitnami'
|
||||
networks:
|
||||
- proxy-tier
|
||||
restart: always
|
||||
Loading…
Add table
Add a link
Reference in a new issue