Skip to content
Snippets Groups Projects
Commit a43e8fce authored by Anthony's avatar Anthony
Browse files

Add memo for production

parent 4c8effda
Branches
No related tags found
No related merge requests found
...@@ -74,6 +74,11 @@ Run `docker-compose up -d`, which will serve a mirador instance at `http://local ...@@ -74,6 +74,11 @@ Run `docker-compose up -d`, which will serve a mirador instance at `http://local
If sources files are modified, run `docker-compose up -d --build` to update Mirador If sources files are modified, run `docker-compose up -d --build` to update Mirador
In case of problems of cache (like editing POC/src/index.js for changing default available manifests):
+ `docker-compose build --no-cache`
+ `docker-compose up`
#### Traefik #### Traefik
We provide a `traefik.yml` file to use behind [traefik](https://traefik.io/) this file does the following assumptions : We provide a `traefik.yml` file to use behind [traefik](https://traefik.io/) this file does the following assumptions :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment