restoring backed up files

This commit is contained in:
2025-10-22 16:52:03 -06:00
parent f088247ac0
commit 78fd63dcb5
6 changed files with 69 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ services:
glance.parent: authentik
glance.name: Redis
server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.4}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.3}
restart: unless-stopped
command: server
environment:
@@ -64,7 +64,7 @@ services:
glance.description: Authentication server
glance.id: authentik
worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.4}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.3}
restart: unless-stopped
command: worker
environment:

View File

@@ -0,0 +1,32 @@
services:
cronmaster:
image: ghcr.io/fccview/cronmaster:latest
container_name: cronmaster
restart: unless-stopped
user: "root"
privileged: true
pid: "host"
ports:
- "{{ network.docker_host_ip }}:40123:3000"
environment:
- DOCKER=true
- HOST_PROJECT_DIR=/opt/stacks/cronmaster/scripts
- HOST_CRONTAB_USER=root,phil
- AUTH_PASSWORD={{ vault_cronmaster.password }}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/stacks/cronmaster/scripts:/app/scripts
- /opt/stacks/cronmaster/data:/app/data
- /opt/stacks/cronmaster/snippets:/app/snippets
labels:
glance.url: "http://{{ network.docker_host_ip }}:40123/"
glance.title: CronMaster
glance.description: Cron job management interface
glance.group: Infrastructure
glance.parent: infrastructure
glance.name: CronMaster
networks:
default:
external: true
name: "{{ docker.network_name }}"

View File

@@ -1,6 +1,6 @@
services:
gotosocial:
image: docker.io/superseriousbusiness/gotosocial:0.19.1
image: docker.io/superseriousbusiness/gotosocial:latest
container_name: gotosocial
user: 1000:1000
extra_hosts: