dokuwiki
This commit is contained in:
parent
7c0f1bb4a9
commit
6b8111257a
22
srv/dokuwiki/docker-compose.yml
Normal file
22
srv/dokuwiki/docker-compose.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
dokuwiki:
|
||||||
|
image: linuxserver/dokuwiki
|
||||||
|
container_name: dokuwiki
|
||||||
|
networks:
|
||||||
|
- azuracast_frontend
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
env_file: /srv/dokuwiki/dokuwiki.env
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- data:/config
|
||||||
|
|
||||||
|
networks:
|
||||||
|
azuracast_frontend:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
data: {}
|
9
srv/dokuwiki/dokuwiki.env
Normal file
9
srv/dokuwiki/dokuwiki.env
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
VIRTUAL_HOST=wiki.accroc.radio
|
||||||
|
LETSENCRYPT_HOST=wiki.accroc.radio
|
||||||
|
LETSENCRYPT_EMAIL=
|
||||||
|
|
||||||
|
PUID=1001
|
||||||
|
PGID=1001
|
||||||
|
TZ="Europe/Rome"
|
||||||
|
|
||||||
|
VIRTUAL_PORT=80
|
Loading…
Reference in New Issue
Block a user