-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcommands.yml
36 lines (36 loc) · 1.83 KB
/
commands.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
31
32
33
34
35
36
extends: emcee:commands.yml
project:
name: invasives
full_name: Oregon Invasives Hotline
python:
package: oregoninvasiveshotline
distribution: psu.oit.arc.oregoninvasiveshotline
iam:
user: invasives
uid: 1100
gid: 1100
docker:
dockerfiles:
- docker/Dockerfile
remote:
path:
root: ${remote.deploy_root}/oregoninvasiveshotline
services:
nginx:
group: 101
http_upstream: "http://app:8000"
client_max_body_size: 16m
access_control_origin: '*'
static_expires_time: 1d
environment:
docker:
backend: emcee.backends.docker
cloud:
backend: emcee.backends.aws
services:
nginx:
media_root: /media
static_root: /static
alt_fqdns: oregoninvasiveshotline.org
csp_policy: 'default-src ''unsafe-inline'' data: oregoninvasiveshotline.org *.wdt.pdx.edu; script-src ''self'' ''unsafe-inline'' ''unsafe-eval'' cdnjs.cloudflare.com https://www.google-analytics.com https://ssl.google-analytics.com https://*.googleapis.com https://*.gstatic.com https://*.google.com https://*.ggpht.com https://*.googleusercontent.com; img-src ''self'' https://cdnjs.cloudflare.com http://*.tile.openstreetmap.org https://*.tile.openstreetmap.org https://www.google-analytics.com https://*.googleapis.com https://*.gstatic.com https://*.google.com https://*.googleusercontent.com data:; frame-src *.google.com; connect-src ''self'' https://invasives.cloud.wdt.pdx.edu https://oregoninvasiveshotline.org https://*.sentry.io https://www.google-analytics.com https://*.googleapis.com https://*.google.com https://*.gstatic.com data: blob:; font-src https://invasives.cloud.wdt.pdx.edu https://oregoninvasiveshotline.org https://fonts.gstatic.com; style-src ''self'' ''unsafe-inline'' https://cdnjs.cloudflare.com https://fonts.googleapis.com'
access_control_origin: https://oregoninvasiveshotline.org