.env example modificado

This commit is contained in:
Juan Felipe Zapata Moreno 2025-09-24 09:05:46 -06:00
parent 19ae058e2d
commit d28a31e1bc
3 changed files with 8 additions and 2 deletions

View File

@ -1,10 +1,10 @@
VITE_API_URL=http://backend.holos.test:8080
VITE_API_URL=http://localhost:8080
VITE_BASE_URL=http://frontend.holos.test
VITE_REVERB_APP_ID=
VITE_REVERB_APP_KEY=
VITE_REVERB_APP_SECRET=
VITE_REVERB_HOST="backend.holos.test"
VITE_REVERB_HOST="localhost"
VITE_REVERB_PORT=8080
VITE_REVERB_SCHEME=http
VITE_REVERB_ACTIVE=false

View File

@ -10,6 +10,7 @@ services:
- frontend-v1:/var/www/gols-frontend-v1/node_modules
networks:
- gols-network
mem_limit: 512m
volumes:
frontend-v1:
driver: local

5
limpiar_docker.sh Executable file
View File

@ -0,0 +1,5 @@
echo "eliminando imagenes no utilizadas..."
docker image prune -a -f
echo "¡Limpio!"