Compare commits

...

3 commits

4 changed files with 8 additions and 2 deletions

View file

@ -1,7 +1,7 @@
services:
web:
image: codeberg.org/forgejo/forgejo:1.18
image: codeberg.org/forgejo/forgejo:${FORGEJO_VERSION}
volumes:
- ${VOLUMES_PATH}/git/forgejo_data:/data
- /etc/timezone:/etc/timezone:ro

View file

@ -7,4 +7,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
default-jre-headless libreoffice \
ffmpeg \
ocrmypdf tesseract-ocr-deu \
procps \
&& rm -rf /var/lib/apt/lists/*

View file

@ -36,6 +36,8 @@ services:
volumes:
- ${VOLUMES_PATH}/nextcloud_html:/var/www/html
- ${VOLUMES_PATH}/nextcloud_data:/var/www/html/data
- type: tmpfs
target: /tmp
restart: unless-stopped
networks:
- nextcloud
@ -173,6 +175,9 @@ services:
networks:
- nextcloud
- web
volumes:
- /etc/timezone:/etc/timezone
- /etc/localtime:/etc/localtime
cap_add:
- MKNOD
expose:

View file

@ -6,7 +6,7 @@ function up {
up proxy --scale whoami=3;
up monitoring;
up nextcloud --scale app=5 --scale web=3;
up nextcloud;
up gitea;
up wallabag;
up www;