all working
This commit is contained in:
parent
5222330ed7
commit
11b6aee6e9
9 changed files with 1144 additions and 111 deletions
14
env.example
14
env.example
|
|
@ -1,9 +1,11 @@
|
|||
# Copia este archivo a .env y configura tus valores
|
||||
NTFY_URL=https://tu-servidor-ntfy.com
|
||||
NTFY_USER=tu-usuario
|
||||
NTFY_PASSWORD=tu-password
|
||||
# Copy this file to .env and configure your values
|
||||
NTFY_URL=https://your-ntfy-server.com
|
||||
NTFY_USER=your-username
|
||||
NTFY_PASSWORD=your-password
|
||||
NTFY_TOPIC=emergencia
|
||||
|
||||
# Variables opcionales para Docker registry
|
||||
# DOCKER_REGISTRY=tu-registro.com
|
||||
# Optional variables for Docker registry
|
||||
# DOCKER_REGISTRY=your-registry.com
|
||||
# DOCKER_USERNAME=your-username
|
||||
# DOCKER_TAG=latest
|
||||
# Note: Do not include https:// in DOCKER_REGISTRY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue