added glance labels to a buch of apps
This commit is contained in:
@ -14,6 +14,12 @@ services:
|
||||
- GITEA__mailer__USER=resend
|
||||
- GITEA__mailer__PASSWD={{ resend_key }}
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
glance.name: Gitea
|
||||
glance.icon: si:gitea
|
||||
glance.url: https://git.thesatelliteoflove.com/
|
||||
glance.description: Code repo
|
||||
glance.id: gitea
|
||||
volumes:
|
||||
- gitea:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
@ -36,6 +42,9 @@ services:
|
||||
extra_hosts:
|
||||
- 'auth.thesatelliteoflove.com:172.20.0.5'
|
||||
- 'git.thesatelliteoflove.com:172.20.0.5'
|
||||
labels:
|
||||
glance.parent: gitea
|
||||
glance.name: Worker
|
||||
volumes:
|
||||
- ./runner-config.yaml:/config.yaml
|
||||
- ./data:/data
|
||||
|
Reference in New Issue
Block a user