This commit is contained in:
David Arranz 2024-11-04 19:55:13 +01:00
parent 19f84f4fde
commit 77fb1514d3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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,