-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lando.yml
31 lines (25 loc) · 815 Bytes
/
.lando.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
##
# package Devops with Lando and Docker, by Anibal Sanchez @anibal_sanchez - Ubucon Europe 2018
# subpackage Lando
#
# author Extly, CB.
# copyright Copyright (C) 2018 Extly, CB. All rights reserved.
# license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
# link https://extly.com
##
name: devops-with-lando-and-docker
proxy:
html:
# Give me http://devops-with-lando-and-docker.lndo.site and https://devops-with-lando-and-docker.lndo.site
- devops-with-lando-and-docker.lndo.site
services:
html:
# Use the latest version of apache.
type: apache:2.2
# Optionally specify a webroot if it is a subdirectory of the appRoot
webroot: web
overrides:
services:
ports:
# A nice local site http://localhost:8080
- '8080:80'