Skip to content

Commit

Permalink
Improve GeoServer artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Oct 8, 2024
1 parent a8d8752 commit 51b7176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artifacts/geoserver_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
connection: local
vars:
INSTALL_EXTENSIONS: 'true'
STABLE_EXTENSIONS: 'ysld,h2'
COMMUNITY_EXTENSIONS: 'colormap'
STABLE_EXTENSIONS: "{{ geoserver_stable_extensions | default('ysld,h2') }}"
COMMUNITY_EXTENSIONS: "{{ geoserver_community_extensions | default('colormap') }}"
admin_password: "{{ geoserver_admin_password | default('geoserver') }}"
roles:
- role: 'grycap.docker'
Expand Down

0 comments on commit 51b7176

Please sign in to comment.