File tree Expand file tree Collapse file tree 6 files changed +0
-16
lines changed
Expand file tree Collapse file tree 6 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 11COMPOSE_PROJECT_NAME = geonode
22DOCKER_HOST_IP =
33DOCKER_ENV = production
4- # See https://github.com/geosolutions-it/geonode-generic/issues/28
5- # to see why we force API version to 1.24
6- DOCKER_API_VERSION = " 1.24"
74BACKUPS_VOLUME_DRIVER = local
85
96C_FORCE_ROOT = 1
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ COMPOSE_PROJECT_NAME=geonode
22# See https://github.com/containers/podman/issues/13889
33# DOCKER_BUILDKIT=0
44DOCKER_ENV = production
5- # See https://github.com/geosolutions-it/geonode-generic/issues/28
6- # to see why we force API version to 1.24
7- DOCKER_API_VERSION = " 1.24"
85BACKUPS_VOLUME_DRIVER = local
96
107C_FORCE_ROOT = 1
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ COMPOSE_PROJECT_NAME=geonode
22# See https://github.com/containers/podman/issues/13889
33# DOCKER_BUILDKIT=0
44DOCKER_ENV=production
5- # See https://github.com/geosolutions-it/geonode-generic/issues/28
6- # to see why we force API version to 1.24
7- DOCKER_API_VERSION="1.24"
85BACKUPS_VOLUME_DRIVER=local
96
107C_FORCE_ROOT=1
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ COMPOSE_PROJECT_NAME=geonode
22# See https://github.com/containers/podman/issues/13889
33# DOCKER_BUILDKIT=0
44DOCKER_ENV=production
5- # See https://github.com/geosolutions-it/geonode-generic/issues/28
6- # to see why we force API version to 1.24
7- DOCKER_API_VERSION="1.24"
85BACKUPS_VOLUME_DRIVER=local
96
107C_FORCE_ROOT=1
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ COMPOSE_PROJECT_NAME=geonode
22# See https://github.com/containers/podman/issues/13889
33# DOCKER_BUILDKIT=0
44DOCKER_ENV=production
5- # See https://github.com/geosolutions-it/geonode-generic/issues/28
6- # to see why we force API version to 1.24
7- DOCKER_API_VERSION="1.24"
85BACKUPS_VOLUME_DRIVER=local
96
107C_FORCE_ROOT=1
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ invoke update
2727source $HOME /.bashrc
2828source $HOME /.override_env
2929
30- echo DOCKER_API_VERSION=$DOCKER_API_VERSION
3130echo POSTGRES_USER=$POSTGRES_USER
3231echo POSTGRES_PASSWORD=$POSTGRES_PASSWORD
3332echo DATABASE_URL=$DATABASE_URL
You can’t perform that action at this time.
0 commit comments