Browse Source

fix: pkg: removed useless double ``metadata.yaml``

postgres
Valentin Lab 6 years ago
parent
commit
39dd5f9c71
  1. 20
      apache/metadata.yaml

20
apache/metadata.yaml

@ -1,20 +0,0 @@
description: "Apache Web Server"
maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
## XXXvlab: currently only used when building LXC along with hooks/install
## XXXvlab: docker uses the 'build' directory or the 'image:' option here.
inherit: base-0k
compatiblity: ## 'hooks/install' script was run on a these images without issues
- ubuntu/15.10
docker-compose:
## XXXvlab: should move to global lxc/docker compatible option
ports:
- "0.0.0.0:80:80"
- "0.0.0.0:443:443"
data-resources:
- /var/www/html
- /var/log/apache2
config-resources:
- /etc/apache2/sites-enabled
provides:
web-proxy:
tech-dep: "reversed"
Loading…
Cancel
Save