Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
valere
/
virages
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
2
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
ci: v4
master
valere
hace 3 meses
padre
c6d9c965c8
commit
9b57c95130
Se han
modificado 3 ficheros
con
3 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
Dockerfile
+1
-1
config.sh
+1
-0
docker-compose.yml
+ 1
- 1
Dockerfile
Ver fichero
@@ -9,5 +9,5 @@ RUN npm run build
# production stage
FROM nginx:stable-alpine as production-stage
COPY --from=build-stage /app/dist /usr/share/nginx/html
EXPOSE
300
0
EXPOSE
8
0
CMD ["nginx", "-g", "daemon off;"]
+ 1
- 1
config.sh
Ver fichero
@@ -1,4 +1,4 @@
export DOMAIN="virages.io"
export PORT="7835"
export PORT_EXPOSED="
300
0"
export PORT_EXPOSED="
8
0"
export REDIRECTIONS="" # example.$MAIN_DOMAIN->/route $MAIN_DOMAIN->url /route->/another-route /route->url
+ 1
- 0
docker-compose.yml
Ver fichero
@@ -3,6 +3,7 @@ services:
build:
context: .
dockerfile: Dockerfile
image: virages:latest
container_name: virages
restart: unless-stopped
ports:
Escribir
Vista previa
Cargando…
Cancelar
Guardar