changes
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
This commit is contained in:
parent
d10d9de625
commit
ea8cd0f4d8
@ -56,6 +56,12 @@ services:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
labels:
|
||||
glance.name: Authentik
|
||||
glance.icon: si:authentik
|
||||
glance.url: https://auth.theocorp
|
||||
glance.description: Identity Provider
|
||||
glance.hide: false
|
||||
worker:
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.1}
|
||||
restart: unless-stopped
|
||||
|
||||
@ -122,3 +122,13 @@ gluetun.theocorp {
|
||||
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
||||
reverse_proxy gluetun:8000
|
||||
}
|
||||
|
||||
auth.theocorp {
|
||||
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
||||
reverse_proxy authentik:9443
|
||||
}
|
||||
|
||||
minio.theocorp {
|
||||
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
||||
reverse_proxy minio:9000
|
||||
}
|
||||
@ -30,7 +30,7 @@ services:
|
||||
- beszel_default
|
||||
- dozzle_default
|
||||
- beaverhabits_default
|
||||
|
||||
- minio_default
|
||||
|
||||
volumes:
|
||||
caddy_data:
|
||||
@ -66,3 +66,5 @@ networks:
|
||||
external: true
|
||||
beaverhabits_default:
|
||||
external: true
|
||||
minio_default:
|
||||
external: true
|
||||
|
||||
@ -40,6 +40,12 @@ services:
|
||||
- gitea
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
labels:
|
||||
glance.name: Gitea
|
||||
glance.icon: si:gitea
|
||||
glance.url: https://gitea.theocorp
|
||||
glance.description: Source Code Management
|
||||
glance.hide: false
|
||||
|
||||
volumes:
|
||||
gitea_data:
|
||||
|
||||
@ -30,7 +30,11 @@ pages:
|
||||
- title: MiniO
|
||||
url: http://minio.theocorp
|
||||
- title: Pihole
|
||||
url: http://pihole.local
|
||||
url: http://pi-hole/admin
|
||||
- title: Beszel
|
||||
url: http://beszel.theocorp
|
||||
- title: Beaverhabits
|
||||
url: http://habits.theocorp
|
||||
- title: Media
|
||||
links:
|
||||
- title: Jellyfin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user