diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-06-27 01:20:22 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2018-07-12 21:48:48 +0200 |
commit | 81c801300b2912dc19a24314629ee550b1899d34 (patch) | |
tree | 85a23d3abd7c3fa6f31821a8c1d9dcdfe8c9487e /.gitattributes | |
parent | c9fcaaee931cca31e66ff594905e18e23a9f05ae (diff) | |
download | Shaarli-81c801300b2912dc19a24314629ee550b1899d34.tar.gz Shaarli-81c801300b2912dc19a24314629ee550b1899d34.tar.zst Shaarli-81c801300b2912dc19a24314629ee550b1899d34.zip |
Provide a Docker Compose example
Closes https://github.com/shaarli/Shaarli/issues/1010
See:
- https://hub.docker.com/_/traefik/
- https://docs.traefik.io/configuration/backends/docker/
- https://docs.traefik.io/user-guide/docker-and-lets-encrypt/
- https://github.com/containous/traefik/pull/2798
- https://github.com/containous/traefik/issues/3298
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 9d22f11b..9a92bc37 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -35,6 +35,7 @@ doc/**/*.json export-ignore | |||
35 | doc/**/*.md export-ignore | 35 | doc/**/*.md export-ignore |
36 | .docker/ export-ignore | 36 | .docker/ export-ignore |
37 | .dockerignore export-ignore | 37 | .dockerignore export-ignore |
38 | docker-compose.* export-ignore | ||
38 | Dockerfile* export-ignore | 39 | Dockerfile* export-ignore |
39 | Doxyfile export-ignore | 40 | Doxyfile export-ignore |
40 | Makefile export-ignore | 41 | Makefile export-ignore |