master
dan 2020-12-10 22:44:44 +01:00
parent 7c0f1bb4a9
commit 6b8111257a
2 changed files with 31 additions and 0 deletions

View 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: {}

View 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