-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lando.yml
30 lines (30 loc) · 924 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
name: wikibus-brochures
services:
appserver:
type: dotnet
command: dotnet watch --project src/app run
port: 80
overrides:
environment:
PORT: 80
ASPNETCORE_ENVIRONMENT: "Development"
authentication__backdoor: "True"
wikibus__baseUrl: "https://wikibus-sources.lndo.site/"
wikibus__apiUrl: "https://wikibus-sources.lndo.site/"
wikibus__sources__sql: "Server=db;Database=master;User=sa;Password=he11oTHERE;"
run_as_root:
- apt-get update
- apt-get install -y ghostscript
- bash -c "dotnet run --project src/wikibus.sources.dbup remote --connection-string 'Server=db;Database=master;User=sa;Password=he11oTHERE;' --run-always-pattern fn_"
db:
type: mssql
portforward: true
creds:
password: he11oTHERE
proxy:
appserver:
- wikibus-sources.lndo.site
tooling:
dotnet:
service: appserver
command: dotnet