Compare commits
No commits in common. "922b97710ffce4454c20a08c2a8f58de6304da19" and "a97bd63a40ee49fd62d806cbae7bffb8cdda655a" have entirely different histories.
922b97710f
...
a97bd63a40
4 changed files with 2 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: codeberg.org/forgejo/forgejo:${FORGEJO_VERSION}
|
image: codeberg.org/forgejo/forgejo:1.18
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUMES_PATH}/git/forgejo_data:/data
|
- ${VOLUMES_PATH}/git/forgejo_data:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
|
|
@ -7,5 +7,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
default-jre-headless libreoffice \
|
default-jre-headless libreoffice \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
ocrmypdf tesseract-ocr-deu \
|
ocrmypdf tesseract-ocr-deu \
|
||||||
procps \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
|
@ -36,8 +36,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUMES_PATH}/nextcloud_html:/var/www/html
|
- ${VOLUMES_PATH}/nextcloud_html:/var/www/html
|
||||||
- ${VOLUMES_PATH}/nextcloud_data:/var/www/html/data
|
- ${VOLUMES_PATH}/nextcloud_data:/var/www/html/data
|
||||||
- type: tmpfs
|
|
||||||
target: /tmp
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
|
@ -175,9 +173,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
- web
|
- web
|
||||||
volumes:
|
|
||||||
- /etc/timezone:/etc/timezone
|
|
||||||
- /etc/localtime:/etc/localtime
|
|
||||||
cap_add:
|
cap_add:
|
||||||
- MKNOD
|
- MKNOD
|
||||||
expose:
|
expose:
|
||||||
|
|
|
@ -6,7 +6,7 @@ function up {
|
||||||
|
|
||||||
up proxy --scale whoami=3;
|
up proxy --scale whoami=3;
|
||||||
up monitoring;
|
up monitoring;
|
||||||
up nextcloud;
|
up nextcloud --scale app=5 --scale web=3;
|
||||||
up gitea;
|
up gitea;
|
||||||
up wallabag;
|
up wallabag;
|
||||||
up www;
|
up www;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue