Compare commits

..

1 commit

Author SHA1 Message Date
5f95401ee1 ⬆️ Update ghcr.io/linuxserver/netbootxyz Docker digest to fc97fce
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
2024-07-06 03:01:38 +00:00
2 changed files with 13 additions and 4 deletions

View file

@ -3,7 +3,7 @@ version: "3.4"
services: services:
postgresql: postgresql:
image: docker.io/library/postgres:16-alpine image: docker.io/library/postgres:12-alpine
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
@ -32,7 +32,7 @@ services:
volumes: volumes:
- redis:/data - redis:/data
server: server:
image: ghcr.io/goauthentik/server@sha256:297521adfec1a6aa0359a1b45f88984cb836212b5451b8b109e7855beca9b666 image: ghcr.io/goauthentik/server@sha256:a2e592a08eb3c9e3435aa4e6585d60cc1eb54850da9d1498d56a131bbfbe03ff
restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment:
@ -53,7 +53,7 @@ services:
- postgresql - postgresql
- redis - redis
worker: worker:
image: ghcr.io/goauthentik/server@sha256:297521adfec1a6aa0359a1b45f88984cb836212b5451b8b109e7855beca9b666 image: ghcr.io/goauthentik/server@sha256:a2e592a08eb3c9e3435aa4e6585d60cc1eb54850da9d1498d56a131bbfbe03ff
restart: unless-stopped restart: unless-stopped
command: worker command: worker
environment: environment:
@ -79,6 +79,15 @@ services:
depends_on: depends_on:
- postgresql - postgresql
- redis - redis
authentik_ldap:
image: ghcr.io/goauthentik/ldap@sha256:7f317da9b736dec3e53b71b7face1787d4f15aee00e80d003e5ff3b2d49ee382
ports:
- 389:3389
- 636:6636
environment:
AUTHENTIK_HOST: ${AUTH_HOST}
AUTHENTIK_INSECURE: "true"
AUTHENTIK_TOKEN: ${AUTH_TOKEN}
volumes: volumes:
database: database:

View file

@ -1,7 +1,7 @@
--- ---
services: services:
netbootxyz: netbootxyz:
image: ghcr.io/linuxserver/netbootxyz@sha256:b1fb54be7e3f274b4a488eb2a8565e541ca4f105228028dd0afbb3ce8614810a image: ghcr.io/linuxserver/netbootxyz@sha256:fc97fcead70f62ce2f13877a87f6350083c2c13a1c32b4a70967f65a77e0fe8b
container_name: netboot container_name: netboot
environment: environment:
- PUID=1000 - PUID=1000