fix(docker): fix docker-compose for production grade deployments

This commit is contained in:
Amruth Pillai
2022-03-14 09:03:47 +01:00
parent e82e714e41
commit 57f7edc134
16 changed files with 199 additions and 236 deletions

View File

@ -12,7 +12,7 @@ const config = {
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
favicon: 'favicon.ico',
organizationName: 'AmruthPillai',
projectName: 'Reactive-Resume',
@ -45,15 +45,8 @@ const config = {
title: 'Reactive Resume',
logo: {
alt: 'Reactive Resume',
src: 'img/logo.svg',
src: 'logo.svg',
},
items: [
{
href: 'https://github.com/AmruthPillai/Reactive-Resume',
position: 'right',
label: 'GitHub',
},
],
},
footer: {
style: 'dark',