Skip to content
Snippets Groups Projects

Boot quickly Arkindex

Merged Bastien Abadie requested to merge quick-boot into master
1 file
+ 8
8
Compare changes
  • Side-by-side
  • Inline
+ 8
8
@@ -34,7 +34,7 @@ services:
container_name: ark-redis
image: redis:alpine
volumes:
- redisdata_ce:/data
- ark_redis:/data
ports:
- 127.0.0.1:6379:6379
@@ -48,7 +48,7 @@ services:
- -cloud
- -noprompt
volumes:
- solrdata_ce:/var/solr
- ark_solr:/var/solr
ports:
- 127.0.0.1:8983:8983
@@ -62,7 +62,7 @@ services:
ports:
- 127.0.0.1:5432:5432
volumes:
- pgdata_ce:/var/lib/postgresql/data
- ark_postgres:/var/lib/postgresql/data
environment:
POSTGRES_USER: devuser
POSTGRES_PASSWORD: devdata
@@ -100,7 +100,7 @@ services:
- 9000
- 9001
volumes:
- miniodata_ce:/data
- ark_minio:/data
# Embed our internal CA cert to allow the console
# to verify the backend through traefik using real urls
@@ -134,11 +134,11 @@ services:
- minio
volumes:
solrdata_ce:
ark_solr:
driver: local
redisdata_ce:
ark_redis:
driver: local
miniodata_ce:
ark_minio:
driver: local
pgdata_ce:
ark_postgres:
driver: local
Loading