Commit graph

14 commits

Author SHA1 Message Date
ansuz
ff22af3343 do some things with docker which I don't really understand 2019-06-20 12:15:02 +02:00
ansuz
4c18289b40
Merge pull request #347 from BundesIT/slim-docker
optimize Dockerfile
2019-06-03 17:23:56 +02:00
yflory
11236c6445 Fix docker issues 2019-03-29 11:33:49 +01:00
ansuz
96e25c13db Merge branch 'soon' into staging 2019-03-28 17:59:55 +01:00
ansuz
744f212b26 keep config.js in config/
and persist it via various docker mechanisms
2019-03-28 17:35:30 +01:00
Thomas Berger
ba6167eb5d optimize Dockerfile
- use stretch-slim instead of stretch
- use multistage builds
2019-03-21 16:55:53 +01:00
KemoNine
dbb96d9c7c Add 2 missing volumes for blobs 2019-03-19 11:01:05 -04:00
KemoNine
0234578081 Update to node:6-stretch as slim is not available on arm64v8 labels 2019-01-11 17:57:04 +00:00
KemoNine
9261aa193b refactor docker to support arm32/arm64/amd64 all in one build 2019-01-11 06:10:19 +00:00
mcrosson
b558004fb8 Expose port 3001 for safe http port ; fix STORAGE variable so it doesn't break the config at runtime 2018-07-16 19:13:57 +00:00
kpcyrd
8dd1c97d6c Fix docker build 2018-01-25 14:04:55 +01:00
Thomas Gläßle
2985c6a051 Cleanup Dockerfile, thanks to @kpcyrd 2017-04-09 11:38:37 +02:00
Thomas Gläßle
bb256b8027 Fix startup bug due to old node version
Solution as suggested by @kpcyrd.

Fixed behaviour:

    $ docker logs <CONTAINER>

    /cryptpad/server.js:44
                for (let header in h) { res.setHeader(header, h[header]); }
                     ^^^

    SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
        at exports.runInThisContext (vm.js:53:16)
        at Module._compile (module.js:374:25)
        at Object.Module._extensions..js (module.js:417:10)
        at Module.load (module.js:344:32)
        at Function.Module._load (module.js:301:12)
        at Function.Module.runMain (module.js:442:10)
        at startup (node.js:136:18)
        at node.js:966:3
2017-04-08 22:07:47 +02:00
felixboehm
d8c18d0937 adding docker and docker-compose 2016-12-29 22:02:03 +01:00