Compare commits
1 commit
41ae13f49e
...
af8fc99924
| Author | SHA1 | Date | |
|---|---|---|---|
| af8fc99924 |
7 changed files with 16 additions and 16 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
x-runner-common: &runner-common
|
x-runner-common: &runner-common
|
||||||
image: code.forgejo.org/forgejo/runner:11.3.0
|
image: code.forgejo.org/forgejo/runner:11.2.0
|
||||||
links:
|
links:
|
||||||
- docker-in-docker
|
- docker-in-docker
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
dashboard:
|
dashboard:
|
||||||
image: netbirdio/dashboard:v2.20.2
|
image: netbirdio/dashboard:v2.19.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8005:80
|
- 8005:80
|
||||||
|
|
@ -23,7 +23,7 @@ services:
|
||||||
max-size: "500m"
|
max-size: "500m"
|
||||||
max-file: "2"
|
max-file: "2"
|
||||||
signal:
|
signal:
|
||||||
image: netbirdio/signal:0.59.11
|
image: netbirdio/signal:0.59.8
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- netbird-signal:/var/lib/netbird
|
- netbird-signal:/var/lib/netbird
|
||||||
|
|
@ -35,7 +35,7 @@ services:
|
||||||
max-size: "500m"
|
max-size: "500m"
|
||||||
max-file: "2"
|
max-file: "2"
|
||||||
relay:
|
relay:
|
||||||
image: netbirdio/relay:0.59.11
|
image: netbirdio/relay:0.59.8
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
NB_LOG_LEVEL: ${NB_LOG_LEVEL:-info}
|
NB_LOG_LEVEL: ${NB_LOG_LEVEL:-info}
|
||||||
|
|
@ -50,7 +50,7 @@ services:
|
||||||
max-size: "500m"
|
max-size: "500m"
|
||||||
max-file: "2"
|
max-file: "2"
|
||||||
management:
|
management:
|
||||||
image: netbirdio/management:0.59.12
|
image: netbirdio/management:0.59.11
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- dashboard
|
- dashboard
|
||||||
|
|
@ -91,7 +91,7 @@ services:
|
||||||
max-file: "2"
|
max-file: "2"
|
||||||
|
|
||||||
peer-1:
|
peer-1:
|
||||||
image: netbirdio/netbird:0.59.11
|
image: netbirdio/netbird:0.59.8
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${NETBIRD_PEER_VOLUME:-/mnt/nas1/shared/netbird/peer-1}/data:/etc/netbird
|
- ${NETBIRD_PEER_VOLUME:-/mnt/nas1/shared/netbird/peer-1}/data:/etc/netbird
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,18 @@
|
||||||
FROM nextcloud:32.0.1-apache
|
FROM nextcloud:32.0.1-apache
|
||||||
|
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
ghostscript \
|
ghostscript \
|
||||||
libmagickcore-7.q16-10-extra \
|
libmagickcore-6.q16-6-extra \
|
||||||
procps \
|
procps \
|
||||||
smbclient \
|
smbclient \
|
||||||
supervisor \
|
supervisor \
|
||||||
libreoffice \
|
vim \
|
||||||
|
clamav \
|
||||||
|
sudo \
|
||||||
; \
|
; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
@ -22,15 +23,15 @@ RUN set -ex; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
libbz2-dev \
|
libbz2-dev \
|
||||||
#libc-client-dev \
|
libc-client-dev \
|
||||||
libkrb5-dev \
|
libkrb5-dev \
|
||||||
libsmbclient-dev \
|
libsmbclient-dev \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
#docker-php-ext-configure imap --with-kerberos --with-imap-ssl; \
|
docker-php-ext-configure imap --with-kerberos --with-imap-ssl; \
|
||||||
docker-php-ext-install \
|
docker-php-ext-install \
|
||||||
bz2 \
|
bz2 \
|
||||||
# imap \
|
imap \
|
||||||
; \
|
; \
|
||||||
pecl install smbclient; \
|
pecl install smbclient; \
|
||||||
docker-php-ext-enable smbclient; \
|
docker-php-ext-enable smbclient; \
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ services:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
|
|
||||||
nextcloud:
|
nextcloud:
|
||||||
image: git.roboces.dev/catalin/fukuops:nextcloud-32.0.1
|
image: git.roboces.dev/catalin/fukuops:nextcloud-31.0.6
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/nas1/legacy-storage/cloud/cloud/data:/var/www/html/data
|
- /mnt/nas1/legacy-storage/cloud/cloud/data:/var/www/html/data
|
||||||
- /mnt/nas1/legacy-storage/cloud/cloud/config:/var/www/html/config
|
- /mnt/nas1/legacy-storage/cloud/cloud/config:/var/www/html/config
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ services:
|
||||||
|
|
||||||
webserver:
|
webserver:
|
||||||
|
|
||||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.19.3
|
image: ghcr.io/paperless-ngx/paperless-ngx:2.18.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8002:8000
|
- 8002:8000
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ image:
|
||||||
# -- Docker repository to use
|
# -- Docker repository to use
|
||||||
repository: mbround18/valheim
|
repository: mbround18/valheim
|
||||||
# -- Docker tag to use - use "latest" for most current version
|
# -- Docker tag to use - use "latest" for most current version
|
||||||
tag: "3.4"
|
tag: "3.3"
|
||||||
# -- Image pull policy
|
# -- Image pull policy
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,4 +30,3 @@ spec:
|
||||||
- https://kubetail-org.github.io/helm-charts/
|
- https://kubetail-org.github.io/helm-charts/
|
||||||
- https://groundhog2k.github.io/helm-charts/
|
- https://groundhog2k.github.io/helm-charts/
|
||||||
- registry-1.docker.io/cloudpirates
|
- registry-1.docker.io/cloudpirates
|
||||||
- https://vmware-tanzu.github.io/helm-charts/
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue