generated from coop-cloud/example
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
|
5 days ago | |
---|---|---|
.drone.yml | 2 months ago | |
.env.sample | 1 year ago | |
.gitignore | 3 years ago | |
README.md | 5 days ago | |
abra.sh | 1 year ago | |
compose.git-pull.yml | 2 months ago | |
compose.sso.yml | 1 year ago | |
compose.yml | 5 days ago | |
default.conf | 2 years ago | |
entrypoint.git-pull.sh | 1 year ago |
README.md
Custom HTML
Custom HTML website, served using Nginx.
- Category: Development
- Status: 2, beta
- Image:
nginx
, 4, upstream - Healthcheck: No
- Backups: No
- Email: N/A
- Tests: 2
- SSO: No
Basic usage
- Set up Docker Swarm and
abra
- Deploy
coop-cloud/traefik
abra app new custom-html
abra app config YOURAPPDOMAIN
- be sure to change$DOMAIN
to something that resolves to your Docker swarm boxabra app deploy YOURAPPDOMAIN
- Copy your files to the container, using something like
abra app YOURAPPDOMAIN cp index.html app:/usr/share/nginx/html