Skip to content

Commit

Permalink
Merge pull request #5023 from camptocamp/fix-update-po
Browse files Browse the repository at this point in the history
Fix upgrade PO
  • Loading branch information
sbrunner authored Jun 14, 2019
2 parents 0aa0d71 + 2053730 commit 49b4e65
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ services:
volumes_from:
- config:rw

## qgisserver:
## extends:
## file: docker-compose-lib.yaml
## service: qgisserver
## volumes_from:
## - config:ro
## environment:
## # Single QGIS project files
## QGIS_PROJECT_FILE: /etc/qgisserver/project.qgz
## GEOMAPFISH_OGCSERVER: <OGC server name>
## # Multiple QGIS project files
## # QGIS_PROJECT_FILE:
## # GEOMAPFISH_ACCESSCONTROL_CONFIG: /etc/qgisserver/accesscontrol_config.yaml

build:
extends:
file: docker-compose-lib.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ services:
- USER_NAME
- USER_ID
- GROUP_ID
- BUILD_VOLUME_NAME
- PROJECT_DIRECTORY

webpack_dev_server:
image: ${DOCKER_BASE}-geoportal:${DOCKER_TAG}
Expand Down

0 comments on commit 49b4e65

Please sign in to comment.