Updates everything
This commit is contained in:
parent
ea220efc38
commit
7cf34b3650
24 changed files with 1305 additions and 11 deletions
|
@ -6,5 +6,16 @@ services:
|
|||
- "8080:80"
|
||||
volumes:
|
||||
- ./nginx:/etc/nginx/conf.d:ro
|
||||
- ./public_html:/usr/share/nginx/html:ro
|
||||
- ./public:/usr/share/nginx/html:ro
|
||||
- ./assets:/usr/share/nginx/assets:ro
|
||||
|
||||
gemini:
|
||||
image: adrianhesketh/gemini
|
||||
volumes:
|
||||
- ./public:/content:ro
|
||||
- ./gem-cert:/certs:ro
|
||||
environment:
|
||||
- PORT=1965
|
||||
- DOMAIN=jonathanh.co.uk
|
||||
ports:
|
||||
- "1965:1965"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue