actualizada la configuracion
This commit is contained in:
parent
c991dcf4c2
commit
f7f2b11ef2
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
backup/
|
||||||
|
**/volumes/
|
||||||
|
.bash_prompt
|
||||||
|
.cache/
|
||||||
|
.config/
|
||||||
|
.fossil
|
||||||
|
.local/
|
||||||
|
.nanorc
|
||||||
|
.profile
|
||||||
|
.python_history
|
||||||
|
.selected_editor
|
||||||
|
.ssh/
|
||||||
|
.tmux.conf.local
|
||||||
|
.tmux/
|
||||||
|
.vim_mru_files
|
||||||
|
.vim_runtime/
|
||||||
|
.viminfo
|
||||||
|
.vimrc
|
||||||
|
.wget-hsts
|
1
.tmux.conf
Symbolic link
1
.tmux.conf
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
.tmux/.tmux.conf
|
@ -4,12 +4,19 @@ copincha.org {
|
|||||||
file_server
|
file_server
|
||||||
}
|
}
|
||||||
|
|
||||||
wiki.copincha.org {
|
copinchapedia.copincha.org {
|
||||||
root * /var/wiki
|
root * /var/wiki
|
||||||
encode gzip
|
encode gzip
|
||||||
file_server
|
file_server
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pph.copincha.org {
|
||||||
|
root * /var/pph
|
||||||
|
encode gzip
|
||||||
|
file_server
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
docs.copincha.org {
|
docs.copincha.org {
|
||||||
reverse_proxy localhost:3000
|
reverse_proxy localhost:3000
|
||||||
}
|
}
|
||||||
|
@ -10,6 +10,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||||
- ./caddy:/data/
|
- ./caddy:/data/
|
||||||
- ./webroot/www:/var/www
|
- /root/jardines-digitales/copincha.org:/var/www
|
||||||
- ./webroot/wiki:/var/wiki
|
- /root/jardines-digitales/copinchapedia:/var/wiki
|
||||||
|
- /root/jardines-digitales/precious-plastic-la-habana:/var/pph
|
||||||
|
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
<!-- <div class="buttons top left">
|
<!-- <div class="buttons top left">
|
||||||
<i class="fa fa-home fa-fw"></i> <a href="/en">volver</a>
|
<i class="fa fa-home fa-fw"></i> <a href="/en">volver</a>
|
||||||
</div> -->
|
</div> -->
|
||||||
<header id="banner">
|
<section id="content" class="index">
|
||||||
<div id="title">
|
<div id="title">
|
||||||
<p>
|
<p>
|
||||||
<a class="h-card" rel="me" href="/en/pages/about.html">
|
<a class="h-card" rel="me" href="/en/pages/about.html">
|
||||||
<em>Copincha</em></a> es un espacio para el desarrollo de
|
<em>Copincha</em></a> es un espacio para el desarrollo de
|
||||||
@ -40,9 +40,9 @@
|
|||||||
proyecto y mantenemos documentación de nuestras actividades en la <a href="https://wiki.copincha.org">Copinchapedia</a>.
|
proyecto y mantenemos documentación de nuestras actividades en la <a href="https://wiki.copincha.org">Copinchapedia</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
<p>
|
||||||
|
También puedes connectar con la comunidad a través de <a href="https://chat.whatsapp.com/DcpEPTEFLs1L6Gel8MAtW0"><i class="fa fa-whatsapp" aria-hidden="true"></i> Whatsapp</a> y <a href="https://t.me/copincha"><i class="fa fa-telegram" aria-hidden="true"></i> Telegram</a>.
|
||||||
<section id="content" class="index">
|
</p>
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
|
|
||||||
</body></html>
|
</body></html>
|
@ -25,7 +25,7 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- "9000:3000"
|
- "9000:3000"
|
||||||
- "222:22"
|
- "22:22"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user