10322ff9f5
更新 'Dockerfile'
2023-05-18 21:50:40 +08:00
92d201cf5c
更新 'Dockerfile'
2023-05-18 20:51:19 +08:00
a2095f1189
更新 'Dockerfile'
2023-05-18 20:46:39 +08:00
3c0635084e
更新 'Dockerfile'
2023-05-18 20:45:35 +08:00
cd50280500
更新 'Dockerfile'
2023-05-18 09:20:40 +08:00
10239c04c0
更新 'Dockerfile'
2023-05-17 23:18:47 +08:00
9eebcde975
更新 'Dockerfile'
2023-05-17 21:56:50 +08:00
fd8a3e6754
更新 'Dockerfile'
2023-05-12 08:26:20 +08:00
ab7047973b
更新 'Dockerfile'
2023-05-12 08:24:42 +08:00
bc8a186d0c
更新 'Dockerfile'
2023-05-12 08:22:52 +08:00
dde2611477
更新 'Dockerfile'
2023-05-12 00:02:51 +08:00
1cd8feae2f
更新 'Dockerfile'
2023-05-12 00:01:20 +08:00
7891dd4c36
更新 'Dockerfile'
2023-05-12 00:00:06 +08:00
99051714f6
更新 'Dockerfile'
2023-05-11 23:57:12 +08:00
3eea52fa49
更新 'Dockerfile'
2023-05-11 23:55:39 +08:00
46824b3fb0
更新 'Dockerfile'
2023-05-11 23:23:16 +08:00
10a14ef474
更新 'Dockerfile'
2023-05-11 22:26:08 +08:00
b4ea704460
更新 'Dockerfile'
2023-05-11 22:24:33 +08:00
09d6962abb
更新 'Dockerfile'
2023-05-11 22:12:06 +08:00
696b1a9d9b
更新 'Dockerfile'
2023-05-11 21:55:48 +08:00
249f7503fd
更新 'Dockerfile'
2023-05-11 21:47:34 +08:00
cf34a0bc3e
更新 'Dockerfile'
2023-05-11 21:45:53 +08:00
f5b5bf3d58
更新 'Dockerfile'
2023-05-11 21:44:10 +08:00
5c2f0b2fc7
更新 'Dockerfile'
2023-05-11 21:42:49 +08:00
2df68eb875
更新 'Dockerfile'
2023-05-11 21:40:31 +08:00
82e30755b5
更新 'Dockerfile'
2023-05-11 21:33:45 +08:00
2a3ae87b08
更新 'Dockerfile'
2023-05-11 21:31:52 +08:00
e19fcf0683
更新 'Dockerfile'
2023-05-11 21:20:01 +08:00
dd83d384a3
更新 'Dockerfile'
2023-05-11 20:44:21 +08:00
758c0d1991
更新 'Dockerfile'
2023-05-11 19:39:49 +08:00
38bfc560e0
更新 'Dockerfile'
2023-05-11 19:24:58 +08:00
1faf563acd
更新 'Dockerfile'
2023-05-11 19:19:10 +08:00
753aa9af2c
更新 'Dockerfile'
2023-05-11 19:14:41 +08:00
1d5e12b494
更新 'Dockerfile'
2023-05-11 19:14:06 +08:00
Stefan Verhoeven
d1395bb0b7
sql api requires a logs dir
2019-10-24 13:45:00 +02:00
Nick Ballenger
5f0eb86bed
Changing the Nginx config to a single file
...
I've combined the core nginx.conf with the proxy config, which all goes
into /etc/nginx/nginx.conf.
I've made a number of changes:
* Nginx now proxies both SQL API and Windshaft requests through Varnish.
* Nginx adds a custom HTTP header, X-Carto-Service, so that Varnish can
differentiate between backends (since it can't do so based on incoming
port).
* I've modified the primary Nginx log format to include more information
on how requests are being proxied--you can now see the upstream address
for proxied requests.
* I've added the `proxy_no_cache` and `proxy_cache_bypass` directives to
the Windshaft and SQL API proxy sections. Without those directives,
Nginx may attempt to act as a cache, returning 304 Not Modified for
resources that more accurately should be cached by Varnish (whose cache
is invalidated via a Postgres trigger for updated metadata).
2019-07-18 16:08:53 -07:00
Stefan Verhoeven
906d496494
CartoDB-SQL-API switched from yarn to npm
...
Similar to Windshaft-cartodb see https://github.com/sverhoeven/docker-cartodb/pull/75
2019-06-19 14:18:02 +02:00
Christophe
dc32f39926
Update Dockerfile
2019-06-12 13:17:15 +01:00
Stefan Verhoeven
b106b301c9
sql api was unable to find pg module
...
Switched to yarn to install deps in flat hierarchy instead of npms nested
2019-04-13 17:00:12 +02:00
Stefan Verhoeven
65e9a7b253
Upgrade node + repin scikit-learn + sync config with sample
2019-04-09 15:20:17 +02:00
Bernardo Loureiro
57ab2e00ea
Specify bundler version
...
Before, the Dockerfile was installing the latest bundler version, which is only compatible with Ruby >= 2.3.0. I've changed the bundler version to 1.17.3, which requires Ruby >= 1.8.7. Version info here: https://rubygems.org/gems/bundler/versions/1.17.3
2019-01-03 14:39:42 -02:00
Stefan Verhoeven
2f0be5a27f
Numpy gets upgraded after scikit-learn is installed.
...
Make sure scikit-learn is compatible with currently installed numpy, by reinstalling
Refs #56
Refs #53
2018-08-26 13:12:59 +02:00
Stefan Verhoeven
f979bc8e84
Fixes #49
2018-07-27 09:10:50 +02:00
Stefan Verhoeven
943c32ff59
Enable new dashboard flag
...
Back to using master branch of cartodb repo
2018-07-04 11:10:16 +02:00
Stefan Verhoeven
0faa6b44e5
Using OS ogr2ogr
2018-07-02 23:07:35 +02:00
Stefan Verhoeven
c4d37ada9d
Pinning to v4.12.26, dashboard ok
2018-07-02 22:38:10 +02:00
Stefan Verhoeven
342010e7bd
Pin to working version of repos
2018-07-02 22:37:56 +02:00
Stefan Verhoeven
27155eca32
Trying to make carto work on ubuntu 18.04
...
Failing after logging page has header/footer but nothing else, so no way to create dataset/map/logout
2018-06-22 15:20:16 +02:00
Stefan Verhoeven
212a60dab3
Use label for maintainer
2018-06-22 11:24:28 +02:00
Stefan Verhoeven
53e2998e58
Dont install pip with apt
...
Upgrading pip afterwards gave problems, so installing it using get-pip
2018-06-22 10:28:11 +02:00