Skip to content

Commit a8fb06b

Browse files
authored
Merge pull request #37 from aarranz/fix/doc-improvements-v1.3
Doc improvements related to the new v1.3 version
2 parents cade472 + 5ccdc7b commit a8fb06b

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Supported tags and respective `Dockerfile` links #
22

3+
- [`1.3`, `1.3.0`, `FIWARE_7.7.1`](https://github.com/Wirecloud/docker-wirecloud/blob/master/1.3/Dockerfile)
34
- [`1.2`, `latest`](https://github.com/Wirecloud/docker-wirecloud/blob/master/1.2/Dockerfile)
45
- [`1.1`](https://github.com/Wirecloud/docker-wirecloud/blob/master/1.1/Dockerfile)
56
- [`1.1-composable`, `latest-composable`](https://github.com/Wirecloud/docker-wirecloud/blob/master/1.1-composable/Dockerfile)
6-
- [`1.0`](https://github.com/Wirecloud/docker-wirecloud/blob/master/1.0/Dockerfile)
7-
- [`1.0-composable`](https://github.com/Wirecloud/docker-wirecloud/blob/master/1.0-composable/Dockerfile)
87
- [`dev`](https://github.com/Wirecloud/docker-wirecloud/blob/master/dev/Dockerfile)
98

109

@@ -50,6 +49,9 @@ The following environment variables are also honored for configuring your WireCl
5049
- `-e FIWARE_IDM_SERVER=...` (defaults to nothing, leave it empty for
5150
authenticating users using the credentials stored on the WireCloud
5251
database.)
52+
- `-e FIWARE_IDM_PUBLIC_URL=...` (defaults to nothing, leave it empty for using
53+
the `FIWARE_IDM_SERVER` configuration for building the url when redirecting
54+
the browser to the IdM portal)
5355
- `-e SOCIAL_AUTH_FIWARE_KEY=...` (defaults to nothing)
5456
- `-e SOCIAL_AUTH_FIWARE_SECRET=...` (defaults to nothing)
5557

@@ -234,7 +236,7 @@ Run `docker stack deploy -c docker-compose.yml wirecloud` (or `docker-compose -f
234236
If you want to customize your WireCloud installation, the best option is to create a new docker image by extending one of the official images and installing new modules. For example, you can follow the following [tutorial](https://wirecloud.readthedocs.io/en/stable/development/platform/themes/) for creating a custom theme and install it on the extended image and use the `DEFAULT_THEME` environment variable to configure it as the default theme.
235237

236238

237-
# Using previous versions (WireCloud v1.1 and below)
239+
# Using previous versions (WireCloud v1.1)
238240

239241
WireCloud v1.1 and below uses two images, the "standalone" images and the "composable" images. The standalone images comes with everything ready to run WireCloud directly by running the image and without having to configure it (no recommended for production). The composable images are designed to work with other services running on other containers (e.g. using `docker-compose` or docker swarm) supporting a more flexible configuration scheme.
240242

@@ -247,7 +249,7 @@ Running the standalone images are really simple:
247249
$ docker run --name some-wirecloud -d -p 80:80 fiware/wirecloud:1.1
248250
```
249251

250-
This example uses the `1.1` version, but it should work also with versions `1.0`. Those images includes `EXPOSE 80` (the http port) so them can be used directly to serve WireCloud. In any case, those images are not meant to be used on production that will require, at least, configuring HTTPS.
252+
This example uses the `1.1` version. Those images includes `EXPOSE 80` (the http port) so them can be used directly to serve WireCloud. In any case, those images are not meant to be used on production that will require, at least, configuring HTTPS.
251253

252254

253255
## Composable

0 commit comments

Comments
 (0)