This repository has been archived by the owner on Oct 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathflight-deck.yml
52 lines (50 loc) · 1.62 KB
/
flight-deck.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
flightdeck_debug: no
mysql_root_password: "root"
mysql_allow_remote_root: yes
mysql_databases:
- name: "backoffice"
encoding: "latin1"
collation: "latin1_general_ci"
mysql_users:
- name: "backoffice"
host: "%"
password: "backoffice"
priv: "backoffice.*:ALL"
mysql_key_buffer_size: "256M"
mysql_max_allowed_packet: "64M"
mysql_table_open_cache: "256"
mysql_query_cache_size: "0"
flightdeck_web:
vhosts:
- name: "backoffice.test"
aliases:
- "docker.test"
env:
- name: "T7_SITE_ENVIRONMENT"
value: "docker"
extraLines:
- |
<IfModule mod_proxy.c>
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
<location /s3fs-css/>
ProxyPass https://t7-live-fsmn.nyc3.cdn.digitaloceanspaces.com/db.friendsschoolplantsale.com/files/
ProxyPassReverse https://t7-live-fsmn.nyc3.cdn.digitaloceanspaces.com/db.friendsschoolplantsale.com/files/
</location>
<location /s3fs-js/>
ProxyPass https://t7-live-fsmn.nyc3.cdn.digitaloceanspaces.com/db.friendsschoolplantsale.com/files/
ProxyPassReverse https://t7-live-fsmn.nyc3.cdn.digitaloceanspaces.com/db.friendsschoolplantsale.com/files/
</location>
</IfModule>
php:
upload_max_filesize: "128M"
post_max_size: "128M"
opcache_revalidate_freq: "1"
xdebug:
enabled: "{{ lookup('env', 'PHP_XDEBUG_ENABLED') | default(false, true) }}"
autostart: yes
remoteHost: 10.254.254.254