added missing auto update labels
This commit is contained in:
@@ -26,7 +26,7 @@ services:
|
|||||||
glance.url: https://{{ subdomains.bytestash }}/
|
glance.url: https://{{ subdomains.bytestash }}/
|
||||||
glance.description: Code snippet manager
|
glance.description: Code snippet manager
|
||||||
glance.id: bytestash
|
glance.id: bytestash
|
||||||
|
mag37.dockcheck.update: true
|
||||||
volumes:
|
volumes:
|
||||||
bytestash_data:
|
bytestash_data:
|
||||||
driver: local
|
driver: local
|
||||||
@@ -34,4 +34,4 @@ volumes:
|
|||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
external: true
|
external: true
|
||||||
name: {{ docker.network_name }}
|
name: {{ docker.network_name }}
|
||||||
|
|||||||
@@ -25,8 +25,8 @@ services:
|
|||||||
glance.group: Infrastructure
|
glance.group: Infrastructure
|
||||||
glance.parent: infrastructure
|
glance.parent: infrastructure
|
||||||
glance.name: CronMaster
|
glance.name: CronMaster
|
||||||
|
mag37.dockcheck.update: true
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
external: true
|
external: true
|
||||||
name: "{{ docker.network_name }}"
|
name: "{{ docker.network_name }}"
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ services:
|
|||||||
glance.url: https://{{ subdomains.home }}/
|
glance.url: https://{{ subdomains.home }}/
|
||||||
glance.description: Homepage app
|
glance.description: Homepage app
|
||||||
glance.id: glance
|
glance.id: glance
|
||||||
|
mag37.dockcheck.update: true
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
external: true
|
external: true
|
||||||
name: {{ docker.network_name }}
|
name: {{ docker.network_name }}
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ services:
|
|||||||
glance.icon: si:gotify
|
glance.icon: si:gotify
|
||||||
glance.url: "https://{{ subdomains.gotify }}/"
|
glance.url: "https://{{ subdomains.gotify }}/"
|
||||||
glance.description: Push notification server
|
glance.description: Push notification server
|
||||||
|
mag37.dockcheck.update: true
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "{{ subdomains.auth }}:{{ docker.hairpin_ip }}"
|
- "{{ subdomains.auth }}:{{ docker.hairpin_ip }}"
|
||||||
- "{{ subdomains.gotify_assistant }}:{{ docker.hairpin_ip }}"
|
- "{{ subdomains.gotify_assistant }}:{{ docker.hairpin_ip }}"
|
||||||
@@ -44,4 +45,4 @@ volumes:
|
|||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
external: true
|
external: true
|
||||||
name: "{{ docker.network_name }}"
|
name: "{{ docker.network_name }}"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ services:
|
|||||||
glance.url: http://{{ network.docker_host_ip }}:5984
|
glance.url: http://{{ network.docker_host_ip }}:5984
|
||||||
glance.description: Obsidian note synchronization
|
glance.description: Obsidian note synchronization
|
||||||
glance.id: obsidian-livesync
|
glance.id: obsidian-livesync
|
||||||
|
mag37.dockcheck.update: true
|
||||||
environment:
|
environment:
|
||||||
- SERVER_DOMAIN={{ network.docker_host_ip }}
|
- SERVER_DOMAIN={{ network.docker_host_ip }}
|
||||||
- COUCHDB_USER={{ vault_obsidian.username }}
|
- COUCHDB_USER={{ vault_obsidian.username }}
|
||||||
@@ -27,4 +28,4 @@ volumes:
|
|||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
external: true
|
external: true
|
||||||
name: "{{ docker.network_name }}"
|
name: "{{ docker.network_name }}"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ services:
|
|||||||
glance.url: https://netcup.porgy-porgy.ts.net:8384
|
glance.url: https://netcup.porgy-porgy.ts.net:8384
|
||||||
glance.description: Syncthing core
|
glance.description: Syncthing core
|
||||||
glance.id: Syncthing
|
glance.id: Syncthing
|
||||||
|
mag37.dockcheck.update: true
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
|||||||
Reference in New Issue
Block a user