feat: remove valheim (#514)
This commit is contained in:
parent
dd6e297f70
commit
d12c5a7d3d
6 changed files with 14 additions and 109 deletions
|
|
@ -1,16 +1,13 @@
|
|||
---
|
||||
services:
|
||||
wiki:
|
||||
name: hane-dokuwiki
|
||||
image: git.roboces.dev/hane/fukuops/hane-dokuwiki-image:dokuwiki-fixed-volume
|
||||
volumes:
|
||||
- /mnt/nas1/shared/dokuwiki/dokuwiki:/var/www/dokuwiki
|
||||
- type: bind
|
||||
source: /mnt/nas1/shared/dokuwiki/apache2.conf
|
||||
target: /etc/apache2/apache2.conf
|
||||
- type: bind
|
||||
source: /mnt/nas1/shared/dokuwiki/001-wiki.conf
|
||||
target: /etc/apache2/sites-enabled/001-wiki.conf
|
||||
- /mnt/nas1/shared/dokuwiki/init.sh:/init.sh
|
||||
ports:
|
||||
- "44344:443/tcp"
|
||||
entrypoint: /init.sh
|
||||
wiki:
|
||||
image: dokuwiki/dokuwiki:2024-02-06b
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "44344:8080"
|
||||
volumes:
|
||||
- /mnt/nas1/shared/dokuwiki/dokuwiki:/storage
|
||||
environment:
|
||||
PHP_TIMEZONE: Europe/Madrid
|
||||
PHP_MEMORYLIMIT: 512M
|
||||
PHP_UPLOADLIMIT: 128M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue