Files
custom-html/README.md
2021-03-02 12:12:15 +01:00

26 lines
775 B
Markdown

# Custom HTML
Custom HTML website, served using Nginx.
* **Status**: ❷💛
* **Image**: [`nginx`](https://hub.docker.com/_/nginx), ❶💚 upstream
* **Healthcheck**: No
* **Backups**: No
* **Email**: No
* **Tests**: ❷💛
## Basic usage
1. Set up Docker Swarm and [`abra`]
2. Deploy [`compose-stacks/traefik`]
3. `abra app new custom-html`
4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box
5. `abra app YOURAPPDOMAIN deploy`
6. Copy your files to the container, using something like
```
abra app YOURAPPDOMAIN cp index.html app:/usr/share/nginx/html
```
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra
[`compose-stacks/traefik`]: https://git.autonomic.zone/compose-stacks/traefik