Add docker-compose installation
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# Static Site Host - Ansible playbook
|
||||
|
||||
This is an [Ansible](https://www.ansible.com/) playbook which allows you to set up a server to serve static sites that will be deployed via CI.
|
||||
This is an [Ansible](https://www.ansible.com/) playbook which allows you to set up a server to serve static sites via [Static Web Server](https://github.com/static-web-server/static-web-server). Everything will be ready for your site to be deployed using your CI.
|
||||
|
||||
## Getting started
|
||||
|
||||
Create an file listing the repository host in `inventory/hosts`. You snouldn't put every domain that you intend to use as static site in there, only one domain per server.
|
||||
Create an file listing the repository host in `inventory/hosts`. You shouldn't put every domain that you intend to use as static site in there, only one domain per server.
|
||||
|
||||
```
|
||||
[stitic_site_servers]
|
||||
[static_site_servers]
|
||||
static.example.org
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user