feat: remove valheim
Some checks failed
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
checks / pre-commit (push) Has been cancelled

This commit is contained in:
cătălin 2025-10-27 23:56:33 +01:00
commit 9f931102a0
No known key found for this signature in database
6 changed files with 13 additions and 107 deletions

View file

@ -1,13 +0,0 @@
FROM docker.io/library/debian:latest
ARG WIKI_NAME="dokuwiki"
ARG WEB_DIR="/var/www"
ARG APACHE_CONFIG_DIR="/etc/apache2"
EXPOSE 443/tcp
USER root
RUN apt-get update && apt-get full-upgrade -y && apt-get install vim apache2 libapache2-mod-php w3m php-cli php-xml -y
RUN rm ${APACHE_CONFIG_DIR}/sites-enabled/000-default.conf && a2enmod ssl
RUN ["/bin/bash", "-c", "echo 'date.timezone = \"Europe/Madrid\"' >> /etc/php/*/apache2/php.ini"]
STOPSIGNAL SIGWINCH

View file

@ -1,15 +1,13 @@
---
services:
wiki:
image: git.roboces.dev/catalin/fukuops:dokuwiki
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
wiki:
image: dokuwiki/dokuwiki:2024-02-06b
restart: unless-stopped
ports:
- "44344:443/tcp"
entrypoint: /init.sh
- "44344:8080"
volumes:
- /mnt/nas1/shared/dokuwiki/dokuwiki:/storage
environment:
PHP_TIMEZONE: Europe/Madrid
PHP_MEMORYLIMIT: 512M
PHP_UPLOADLIMIT: 128M