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 /.dockerignore | |
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 '.dockerignore')
-rw-r--r-- | .dockerignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index a0d28dc6..96fd31c5 100644 --- a/.dockerignore +++ b/.dockerignore | |||
@@ -4,6 +4,9 @@ | |||
4 | .github | 4 | .github |
5 | tests | 5 | tests |
6 | 6 | ||
7 | # Docker Compose resources | ||
8 | docker-compose.yml | ||
9 | |||
7 | # Shaarli runtime resources | 10 | # Shaarli runtime resources |
8 | cache/* | 11 | cache/* |
9 | data/* | 12 | data/* |