mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 17:15:57 +02:00
Restore original configuration for addons_updater and templates
This commit is contained in:
41
portainer_agent/config.yaml
Normal file
41
portainer_agent/config.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
backup_exclude:
|
||||
- backups
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: An agent used to manage all the resources in a Swarm cluster
|
||||
docker_api: true
|
||||
full_access: true
|
||||
hassio_api: true
|
||||
image: ghcr.io/alexbelgium/portainer_agent-{arch}
|
||||
init: false
|
||||
map:
|
||||
- config:rw
|
||||
- share:rw
|
||||
- ssl
|
||||
name: Portainer Agent
|
||||
ports:
|
||||
80/tcp: null
|
||||
9001/tcp: 9001
|
||||
ports_description:
|
||||
80/tcp: Portainer edge agent
|
||||
9001/tcp: Portainer agent
|
||||
schema:
|
||||
AGENT_CLUSTER_ADDR: str?
|
||||
AGENT_CLUSTER_PROBE_INTERVAL: str?
|
||||
AGENT_CLUSTER_PROBE_TIMEOUT: str?
|
||||
AGENT_SECRET: str?
|
||||
AGENT_SECRET_TIMEOUT: str?
|
||||
EDGE: list(0|1)?
|
||||
EDGE_ID: str?
|
||||
EDGE_INACTIVITY_TIMEOUT: str?
|
||||
EDGE_INSECURE_POLL: list(0|1)?
|
||||
EDGE_KEY: str?
|
||||
LOG_LEVEL: str?
|
||||
PORTAINER_AGENT_ARGS: str?
|
||||
slug: portainer_agent
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: alpine-sts
|
||||
Reference in New Issue
Block a user