Compare commits
26 Commits
1e34089949
...
6d26d9b646
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d26d9b646 | ||
| b63a8b9171 | |||
| ce7f566374 | |||
| 53822439a0 | |||
| a8fbd55566 | |||
| 407956f095 | |||
| eabe7158ce | |||
| 32d6f70d0a | |||
| e7ce0a338a | |||
| 22e8845ddb | |||
| b69a89cc79 | |||
| 768cd85c67 | |||
| 23059ba9db | |||
| 781a95573b | |||
| 3b57400519 | |||
|
|
152e8657e8 | ||
|
|
68e658599b | ||
|
|
a51efe581b | ||
|
|
fb2d65e38b | ||
|
|
84216da14e | ||
|
|
6d4e0d523d | ||
|
|
1b4146eb84 | ||
|
|
88f534fe0c | ||
|
|
68ebb0a8b3 | ||
|
|
6766167fd9 | ||
|
|
799364580a |
@ -23,7 +23,7 @@ jobs:
|
||||
python3 -m pip install -r requirements.txt
|
||||
|
||||
- name: Run playbook
|
||||
uses: dawidd6/action-ansible-playbook@v2
|
||||
uses: dawidd6/action-ansible-playbook@v3
|
||||
with:
|
||||
# Required, playbook filepath
|
||||
playbook: ${{ matrix.playbook }}
|
||||
|
||||
@ -4,7 +4,7 @@ services:
|
||||
traefik:
|
||||
container_name: traefik
|
||||
# The official v2 Traefik docker image
|
||||
image: traefik:v3.1
|
||||
image: traefik:v3.3
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- crowdsec
|
||||
@ -106,7 +106,7 @@ services:
|
||||
volumes:
|
||||
- ./stalwart-mail:/opt/stalwart-mail
|
||||
container_name: stalwart-mail
|
||||
image: stalwartlabs/mail-server:v0.10.6
|
||||
image: stalwartlabs/mail-server:v0.11.6
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.stalwart.rule=Host(`stalwart.mycomputer.party`)"
|
||||
@ -239,7 +239,7 @@ services:
|
||||
depends_on:
|
||||
- redis
|
||||
changedetection:
|
||||
image: ghcr.io/dgtlmoon/changedetection.io:0.47.06
|
||||
image: ghcr.io/dgtlmoon/changedetection.io:0.49.7
|
||||
container_name: changedetection
|
||||
hostname: changedetection
|
||||
volumes:
|
||||
@ -371,7 +371,7 @@ services:
|
||||
- "traefik.http.services.healthchecks-http.loadbalancer.server.port=8000"
|
||||
- "traefik.http.routers.healthchecks.middlewares=authchain@docker"
|
||||
apache:
|
||||
image: php:7.2-apache
|
||||
image: php:8.4-apache
|
||||
volumes:
|
||||
- ./apache:/var/www/html
|
||||
ports:
|
||||
@ -388,7 +388,7 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
apache2:
|
||||
image: php:7.2-apache
|
||||
image: php:8.4-apache
|
||||
volumes:
|
||||
- ./apache:/var/www/html
|
||||
ports:
|
||||
@ -428,7 +428,7 @@ services:
|
||||
# - net.ipv4.conf.all.src_valid_mark=1
|
||||
# restart: unless-stopped
|
||||
crowdsec:
|
||||
image: crowdsecurity/crowdsec:v1.6.3
|
||||
image: crowdsecurity/crowdsec:v1.6.6
|
||||
container_name: crowdsec
|
||||
environment:
|
||||
PGID: "1001"
|
||||
@ -455,7 +455,7 @@ services:
|
||||
- proxy
|
||||
- backend
|
||||
ddns-updater:
|
||||
image: docker.io/qmcgaw/ddns-updater:v2.8
|
||||
image: docker.io/qmcgaw/ddns-updater:v2.9
|
||||
container_name: ddns-updater
|
||||
ports:
|
||||
- 8014:8000
|
||||
@ -504,7 +504,7 @@ services:
|
||||
- ./bookstack_db_data:/config
|
||||
restart: unless-stopped
|
||||
wikijs:
|
||||
image: ghcr.io/requarks/wiki:2.5.305
|
||||
image: ghcr.io/requarks/wiki:2.5.307
|
||||
container_name: wikijs
|
||||
environment:
|
||||
DB_TYPE: postgres
|
||||
|
||||
@ -3,7 +3,7 @@ services:
|
||||
traefik:
|
||||
container_name: traefik
|
||||
# The official v2 Traefik docker image
|
||||
image: traefik:v2.11
|
||||
image: traefik:v3.3
|
||||
# Enables the web UI and tells Traefik to listen to docker
|
||||
command:
|
||||
- --api.insecure=true
|
||||
@ -59,7 +59,7 @@ services:
|
||||
volumes:
|
||||
- redisdata:/data
|
||||
paperless-webserver:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.13.5
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.14.7
|
||||
container_name: paperless-webserver
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
@ -105,7 +105,7 @@ services:
|
||||
- "traefik.http.routers.testweb.entrypoints=websecure"
|
||||
- "traefik.http.routers.testweb.tls.certresolver=myresolver"
|
||||
actual_server:
|
||||
image: docker.io/actualbudget/actual-server:25.3.1
|
||||
image: docker.io/actualbudget/actual-server:25.4.0
|
||||
ports:
|
||||
# This line makes Actual available at port 5006 of the device you run the server on,
|
||||
# i.e. http://localhost:5006. You can change the first number to change the port, if you want.
|
||||
@ -159,7 +159,7 @@ services:
|
||||
|
||||
redis:
|
||||
container_name: immich_redis
|
||||
image: docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8
|
||||
image: docker.io/redis:6.2-alpine@sha256:148bb5411c184abd288d9aaed139c98123eeb8824c5d3fce03cf721db58066d8
|
||||
healthcheck:
|
||||
test: redis-cli ping || exit 1
|
||||
restart: always
|
||||
|
||||
@ -11,7 +11,7 @@ volumes:
|
||||
|
||||
services:
|
||||
server:
|
||||
image: gitea/gitea:1.22.3
|
||||
image: gitea/gitea:1.23.5
|
||||
container_name: gitea
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user