mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Add mailu and nextcloud
This commit is contained in:
parent
409828214b
commit
643ab3229a
20 changed files with 583 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
version: '2.2'
|
||||
|
||||
networks:
|
||||
proxy-tier:
|
||||
default:
|
||||
external:
|
||||
name: nginx-proxy
|
||||
|
||||
|
|
@ -17,8 +17,6 @@ services:
|
|||
- ./nginx/html:/usr/share/nginx/html
|
||||
- ./nginx/certs:/etc/nginx/certs:ro
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
networks:
|
||||
- proxy-tier
|
||||
restart: always
|
||||
|
||||
letsencrypt-companion:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue