Compare commits
No commits in common. "768cd85c67e27c7d4cd6566d9d21560973f222ee" and "68e658599ba7d6400de20345ae505603584c5577" have entirely different histories.
768cd85c67
...
68e658599b
@ -23,7 +23,7 @@ jobs:
|
|||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Run playbook
|
- name: Run playbook
|
||||||
uses: dawidd6/action-ansible-playbook@v3
|
uses: dawidd6/action-ansible-playbook@v2
|
||||||
with:
|
with:
|
||||||
# Required, playbook filepath
|
# Required, playbook filepath
|
||||||
playbook: ${{ matrix.playbook }}
|
playbook: ${{ matrix.playbook }}
|
||||||
|
|||||||
@ -116,7 +116,7 @@ services:
|
|||||||
- "traefik.http.services.stalwart-http.loadbalancer.server.port=8080"
|
- "traefik.http.services.stalwart-http.loadbalancer.server.port=8080"
|
||||||
linkding:
|
linkding:
|
||||||
container_name: "${LD_CONTAINER_NAME:-linkding}"
|
container_name: "${LD_CONTAINER_NAME:-linkding}"
|
||||||
image: sissbruecker/linkding:1.39.1-plus
|
image: sissbruecker/linkding:1.36.0-plus
|
||||||
ports:
|
ports:
|
||||||
- "${LD_HOST_PORT:-9090}:9090"
|
- "${LD_HOST_PORT:-9090}:9090"
|
||||||
volumes:
|
volumes:
|
||||||
@ -179,7 +179,7 @@ services:
|
|||||||
timeout: 3s
|
timeout: 3s
|
||||||
authentik-server:
|
authentik-server:
|
||||||
container_name: authentik-server
|
container_name: authentik-server
|
||||||
image: ghcr.io/goauthentik/server:2025.2.2
|
image: ghcr.io/goauthentik/server:2024.8.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
environment:
|
environment:
|
||||||
@ -213,7 +213,7 @@ services:
|
|||||||
- "traefik.http.routers.authentik.middlewares=crowdsec@docker"
|
- "traefik.http.routers.authentik.middlewares=crowdsec@docker"
|
||||||
authentik-worker:
|
authentik-worker:
|
||||||
container_name: authentik-worker
|
container_name: authentik-worker
|
||||||
image: ghcr.io/goauthentik/server:2025.2.2
|
image: ghcr.io/goauthentik/server:2024.8.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: worker
|
command: worker
|
||||||
environment:
|
environment:
|
||||||
@ -353,7 +353,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# To use a pre-built image, remove the above "build" section
|
# To use a pre-built image, remove the above "build" section
|
||||||
# and uncomment the following line:
|
# and uncomment the following line:
|
||||||
image: healthchecks/healthchecks:v3.9
|
image: healthchecks/healthchecks:v3.8
|
||||||
env_file:
|
env_file:
|
||||||
- .healthchecks-env
|
- .healthchecks-env
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@ -105,7 +105,7 @@ services:
|
|||||||
- "traefik.http.routers.testweb.entrypoints=websecure"
|
- "traefik.http.routers.testweb.entrypoints=websecure"
|
||||||
- "traefik.http.routers.testweb.tls.certresolver=myresolver"
|
- "traefik.http.routers.testweb.tls.certresolver=myresolver"
|
||||||
actual_server:
|
actual_server:
|
||||||
image: docker.io/actualbudget/actual-server:25.3.1
|
image: docker.io/actualbudget/actual-server:24.11.0
|
||||||
ports:
|
ports:
|
||||||
# This line makes Actual available at port 5006 of the device you run the server on,
|
# 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.
|
# i.e. http://localhost:5006. You can change the first number to change the port, if you want.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user