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.

20 lines
640 B

  1. description: "Apache Web Server"
  2. maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
  3. ## XXXvlab: currently only used when building LXC along with hooks/install
  4. ## XXXvlab: docker uses the 'build' directory or the 'image:' option here.
  5. inherit: base-0k
  6. compatiblity: ## 'hooks/install' script was run on a these images without issues
  7. - ubuntu/15.10
  8. docker-compose:
  9. ## XXXvlab: should move to global lxc/docker compatible option
  10. ports:
  11. - "0.0.0.0:80:80"
  12. - "0.0.0.0:443:443"
  13. data-resources:
  14. - /var/www/html
  15. - /var/log/apache2
  16. config-resources:
  17. - /etc/apache2/sites-enabled
  18. provides:
  19. web-proxy:
  20. tech-dep: "reversed"