forked from coop-cloud/custom-html
852 B
852 B
Custom HTML
Custom HTML website, served using Nginx.
- Category: Apps
- Status: ❷💛
- Image:
nginx
, ❶💚, upstream - Healthcheck: No
- Backups: No
- Email: N/A
- Tests: ❷💛
- SSO: No
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