set tags explicit (#654)
Reviewed-on: #654 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
7169c251d3
commit
712cc32db1
10 changed files with 15 additions and 15 deletions
|
@ -2,7 +2,7 @@ version: '3'
|
|||
services:
|
||||
httpd-registry:
|
||||
container_name: "httpd-registry"
|
||||
image: httpd:2.4.58
|
||||
image: httpd:2.4.57
|
||||
restart: always
|
||||
volumes:
|
||||
- uploads:/usr/local/apache2/htdocs/
|
||||
|
|
|
@ -36,7 +36,7 @@ services:
|
|||
######## PostGreSQL ########
|
||||
db:
|
||||
container_name: "mf-db"
|
||||
image: postgres:13
|
||||
image: postgres:13.12:13.12
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_USER: miniflux
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.3'
|
|||
services:
|
||||
######## Datenbank ########
|
||||
nextcloud-db:
|
||||
image: mariadb:10
|
||||
image: mariadb:10.6.15
|
||||
container_name: nextcloud-db
|
||||
command: --transaction-isolation=READ-COMMITTED --log-bin=ROW --innodb_read_only_compressed=OFF
|
||||
restart: unless-stopped
|
||||
|
@ -30,7 +30,7 @@ services:
|
|||
|
||||
######## Redis ########
|
||||
nextcloud-redis:
|
||||
image: redis:7-alpine
|
||||
image: redis:70.15
|
||||
container_name: nextcloud-redis
|
||||
hostname: nextcloud-redis
|
||||
networks:
|
||||
|
@ -59,7 +59,7 @@ services:
|
|||
|
||||
######## Nextcloud ########
|
||||
nextcloud-app:
|
||||
image: nextcloud:27
|
||||
image: nextcloud:27.1.5
|
||||
container_name: nextcloud-app
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
|
|
@ -66,7 +66,7 @@ services:
|
|||
com.centurylinklabs.watchtower.depends-on: photoprism-db
|
||||
|
||||
mariadb:
|
||||
image: mariadb:10
|
||||
image: mariadb:10.6.15:10
|
||||
container_name: photoprism-db
|
||||
restart: always
|
||||
security_opt:
|
||||
|
|
|
@ -3,7 +3,7 @@ services:
|
|||
oci-registry:
|
||||
restart: always
|
||||
container_name: oci-registry
|
||||
image: registry:2
|
||||
image: registry:2.8.2
|
||||
volumes:
|
||||
- oci:/var/lib/registry
|
||||
- ./htpasswd:/auth/htpasswd
|
||||
|
@ -51,7 +51,7 @@ services:
|
|||
# docker pull registry.mgrote.net/myfirstimage
|
||||
|
||||
oci-registry-redis:
|
||||
image: redis:7
|
||||
image: redis:7.0.15
|
||||
container_name: oci-registry-redis
|
||||
networks:
|
||||
- intern
|
||||
|
|
|
@ -3,7 +3,7 @@ services:
|
|||
######## traefik ########
|
||||
traefik:
|
||||
container_name: traefik
|
||||
image: traefik:latest
|
||||
image: traefik:2.10
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
@ -25,7 +25,7 @@ services:
|
|||
######## nforwardauth ########
|
||||
nforwardauth:
|
||||
restart: always
|
||||
image: nosduco/nforwardauth:v1
|
||||
image: nosduco/nforwardauth:v1.3.4
|
||||
container_name: traefik-nforwardauth
|
||||
environment:
|
||||
TOKEN_SECRET: {{ lookup('keepass', 'nforwardauth_token_secret', 'password') }}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
version: "2.1"
|
||||
services:
|
||||
unifi-network-application:
|
||||
image: lscr.io/linuxserver/unifi-network-application:latest
|
||||
image: lscr.io/linuxserver/unifi-network-application:8.0.28-ls27
|
||||
container_name: unifi-network-application
|
||||
environment:
|
||||
PUID: 1000
|
||||
|
@ -41,7 +41,7 @@ services:
|
|||
# 1. mongo
|
||||
# 2. db.getSiblingDB("unifidb").createUser({user: "unifiuser", pwd: "GEHEIM", roles: [{role: "dbOwner", db: "unifidb"}, {role: "dbOwner", db: "unifidb_stat"}]});
|
||||
# https://discourse.linuxserver.io/t/cant-connect-to-mongodb-for-unifi-network-application/8166
|
||||
image: docker.io/mongo:4
|
||||
image: docker.io/mongo:6.0.13
|
||||
container_name: unifi-db
|
||||
volumes:
|
||||
- db-data:/data/db
|
||||
|
|
|
@ -3,7 +3,7 @@ services:
|
|||
watchtower:
|
||||
restart: always
|
||||
container_name: watchtower
|
||||
image: containrrr/watchtower@sha256:6dd50763bbd632a83cb154d5451700530d1e44200b268a4e9488fefdfcf2b038
|
||||
image: containrrr/watchtower:1.7.0
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
services:
|
||||
wiki-webserver:
|
||||
container_name: wiki-webserver
|
||||
image: httpd:2.4@sha256:ba846154ade27292d216cce2d21f1c7e589f3b66a4a643bff0cdd348efd17aa3
|
||||
image: httpd:2.4.57
|
||||
restart: always
|
||||
networks:
|
||||
- traefik
|
||||
|
|
|
@ -42,7 +42,7 @@ services:
|
|||
- com.centurylinklabs.watchtower.depends-on=lldap-db
|
||||
######## DB ########
|
||||
lldap-db:
|
||||
image: mariadb:10@sha256:692856b1f36a6e824ff8b8e78929643c90faa5f0931d74425eed52b09e8ac37b
|
||||
image: mariadb:10.6.15:10
|
||||
container_name: lldap-db
|
||||
restart: always
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue