.env example modificado
This commit is contained in:
parent
19ae058e2d
commit
d28a31e1bc
@ -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
|
||||
|
||||
@ -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
5
limpiar_docker.sh
Executable file
@ -0,0 +1,5 @@
|
||||
echo "eliminando imagenes no utilizadas..."
|
||||
|
||||
docker image prune -a -f
|
||||
|
||||
echo "¡Limpio!"
|
||||
Loading…
x
Reference in New Issue
Block a user