Skip to content

Commit

Permalink
update lagoon labels, remove solr7
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Mar 8, 2024
1 parent 410f5e2 commit 723f786
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ services:
dockerfile: Dockerfile
labels:
lagoon.type: basic-persistent
lagoon.persistent: /app/files
lagoon.persistent.size: 10Mi
lagoon.persistent.class: bulk
ports:
- '3000:3000'
container_name: go-web
Expand All @@ -28,6 +31,7 @@ services:
image: uselagoon/mariadb-10.5:latest
labels:
lagoon.type: mariadb-single
lagoon.persistent.size: 100Mi
ports:
- '3306'

Expand All @@ -42,6 +46,7 @@ services:
image: uselagoon/postgres-11:latest
labels:
lagoon.type: postgres-single
lagoon.persistent.size: 100Mi
ports:
- '5432'

Expand Down Expand Up @@ -72,6 +77,7 @@ services:
- opensearch-2-data:/usr/share/opensearch/data
labels:
lagoon.type: opensearch
lagoon.persistent.size: 100Mi
ports:
- '9200'

Expand All @@ -96,22 +102,11 @@ services:
ports:
- '6379'

solr-7:
image: uselagoon/solr-7:latest
labels:
lagoon.type: solr
ports:
- "8983"
volumes:
- solr-7-data:/var/solr
command:
- solr-precreate
- mycore

solr-8:
image: uselagoon/solr-8:latest
labels:
lagoon.type: solr
lagoon.persistent.size: 100Mi
ports:
- "8983"
volumes:
Expand Down

0 comments on commit 723f786

Please sign in to comment.