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
|
condition: service_healthy
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
labels:
|
||||||
|
glance.name: Authentik
|
||||||
|
glance.icon: si:authentik
|
||||||
|
glance.url: https://auth.theocorp
|
||||||
|
glance.description: Identity Provider
|
||||||
|
glance.hide: false
|
||||||
worker:
|
worker:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.1}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.1}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@ -122,3 +122,13 @@ gluetun.theocorp {
|
|||||||
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
||||||
reverse_proxy gluetun:8000
|
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
|
- beszel_default
|
||||||
- dozzle_default
|
- dozzle_default
|
||||||
- beaverhabits_default
|
- beaverhabits_default
|
||||||
|
- minio_default
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
caddy_data:
|
caddy_data:
|
||||||
@ -66,3 +66,5 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
beaverhabits_default:
|
beaverhabits_default:
|
||||||
external: true
|
external: true
|
||||||
|
minio_default:
|
||||||
|
external: true
|
||||||
|
|||||||
@ -40,6 +40,12 @@ services:
|
|||||||
- gitea
|
- gitea
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- 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:
|
volumes:
|
||||||
gitea_data:
|
gitea_data:
|
||||||
|
|||||||
@ -30,7 +30,11 @@ pages:
|
|||||||
- title: MiniO
|
- title: MiniO
|
||||||
url: http://minio.theocorp
|
url: http://minio.theocorp
|
||||||
- title: Pihole
|
- 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
|
- title: Media
|
||||||
links:
|
links:
|
||||||
- title: Jellyfin
|
- title: Jellyfin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user