Glance updates

This commit is contained in:
2025-02-09 21:21:07 -07:00
parent 951531df0c
commit d43f70b68f
8 changed files with 63 additions and 11 deletions

View File

@ -33,6 +33,11 @@ services:
condition: service_healthy
postiz-redis:
condition: service_healthy
labels:
glance.name: Postiz
glance.url: https://post.thesatelliteoflove.com/
glance.description: Social media scheduler
glance.id: postiz
postiz-postgres:
image: postgres:14.5
@ -49,6 +54,9 @@ services:
interval: 10s
timeout: 3s
retries: 3
labels:
glance.parent: postiz
glance.name: DB
postiz-redis:
image: redis:7.2
container_name: postiz-redis
@ -60,6 +68,9 @@ services:
retries: 3
volumes:
- postiz-redis-data:/data
labels:
glance.parent: postiz
glance.name: Redis