Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Feb 17, 2021
1 parent 05147de commit ae2f681
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = 'FAIR Data Point'
copyright = '2020, Dutch Techcentre for Life Sciences'
copyright = '2021, Dutch Techcentre for Life Sciences'
author = 'Dutch Techcentre for Life Sciences'

# The full version, including alpha/beta/rc tags
release = '1.6.0'
release = '1.7.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/deployment/advanced-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,13 @@ have to set ``PUBLIC\_PATH`` ENV variable, in this example to
version: '3'
services:
fdp:
image: fairdata/fairdatapoint:1.6.0
image: fairdata/fairdatapoint:1.7.0
volumes:
- ./application.yml:/fdp/application.yml:ro
# ... other volumes
fdp-client:
image: fairdata/fairdatapoint-client:1.6.0
image: fairdata/fairdatapoint-client:1.7.0
ports:
- 80:80
environment:
Expand Down
16 changes: 8 additions & 8 deletions docs/deployment/local-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Here is an example of the simplest `Docker Compose <https://docs.docker.com/comp
services:
fdp:
image: fairdata/fairdatapoint:1.6.0
image: fairdata/fairdatapoint:1.7.0
fdp-client:
image: fairdata/fairdatapoint-client:1.6.0
image: fairdata/fairdatapoint-client:1.7.0
ports:
- 80:80
environment:
Expand Down Expand Up @@ -67,12 +67,12 @@ Then, we need to mount the application config into the FDP container and update
services:
fdp:
image: fairdata/fairdatapoint:1.6.0
image: fairdata/fairdatapoint:1.7.0
volumes:
- ./application.yml:/fdp/application.yml:ro
fdp-client:
image: fairdata/fairdatapoint-client:1.6.0
image: fairdata/fairdatapoint-client:1.7.0
ports:
- 8080:80
environment:
Expand Down Expand Up @@ -105,10 +105,10 @@ Here is the updated docker-compose file:
services:
fdp:
image: fairdata/fairdatapoint:1.6.0
image: fairdata/fairdatapoint:1.7.0
fdp-client:
image: fairdata/fairdatapoint-client:1.6.0
image: fairdata/fairdatapoint-client:1.7.0
ports:
- 80:80
environment:
Expand Down Expand Up @@ -153,12 +153,12 @@ We now need to update our ``docker-compose.yml`` file, we add a new volume for t
services:
fdp:
image: fairdata/fairdatapoint:1.6.0
image: fairdata/fairdatapoint:1.7.0
volumes:
- ./application.yml:/fdp/application.yml:ro
fdp-client:
image: fairdata/fairdatapoint-client:1.6.0
image: fairdata/fairdatapoint-client:1.7.0
ports:
- 80:80
environment:
Expand Down
4 changes: 2 additions & 2 deletions docs/deployment/production-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ We have certificates generated and configuration for proxy ready. Now we need to
- /etc/letsencrypt:/etc/letsencrypt:ro
fdp:
image: fairdata/fairdatapoint:1.6.0
image: fairdata/fairdatapoint:1.7.0
volumes:
- ./application.yml:/fdp/application.yml:ro
fdp-client:
image: fairdata/fairdatapoint-client:1.6.0
image: fairdata/fairdatapoint-client:1.7.0
environment:
- FDP_HOST=fdp
Expand Down

0 comments on commit ae2f681

Please sign in to comment.