generated from coop-cloud/example
Custom HTML website, served using Nginx
.drone.yml | ||
.env.sample | ||
.gitignore | ||
abra.sh | ||
compose.yml | ||
default.conf | ||
README.md |
Custom HTML
Custom HTML website, served using Nginx.
- Status: ❷💛
- Image:
nginx
, ❶💚 upstream - Healthcheck: No
- Backups: No
- Email: No
- Tests: ❷💛
Basic usage
- Set up Docker Swarm and
abra
- Deploy
compose-stacks/traefik
abra app new custom-html
abra app YOURAPPDOMAIN config
- be sure to change$DOMAIN
to something that resolves to your Docker swarm boxabra app YOURAPPDOMAIN deploy
- Copy your files to the container, using something like
abra app YOURAPPDOMAIN cp index.html app:/usr/share/nginx/html