v1.0.4
This commit is contained in:
parent
19f84f4fde
commit
77fb1514d3
@ -7,7 +7,7 @@ services:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile # Monta el archivo de configuración
|
||||
- caddy_data:/data # Almacena los certificados en este volumen
|
||||
- caddy_config:/config # Configuración de Caddy
|
||||
- /opt/presupuestador-uecko/dist/client:/srv
|
||||
- ./dist/client/:/srv
|
||||
ports:
|
||||
- 80:80 # Puerto HTTP (Caddy lo redirige automáticamente a HTTPS)
|
||||
- 443:443 # Puerto HTTPS
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uecko-presupuestador",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"author": "Rodax Software <dev@rodax-software.com>",
|
||||
"license": "ISC",
|
||||
"private": true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user