Skip to content

Commit

Permalink
adjust compose storage paths
Browse files Browse the repository at this point in the history
  • Loading branch information
domi2120 committed Nov 11, 2023
1 parent 8a4dca0 commit bdb496b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 15 deletions.
4 changes: 2 additions & 2 deletions charts/immortalis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.3.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.2.0"
appVersion: "0.3.0"

dependencies:
- name: postgresql
Expand Down
16 changes: 6 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- "9000:9000"
- "9001:9001"
volumes:
- ./minio-storage:/data
- ./docker-volume/minio-storage:/data
environment:
MINIO_ROOT_USER: root
MINIO_ROOT_PASSWORD: test
Expand All @@ -19,10 +19,11 @@ services:
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=immortalis
ports:
- '5432:5432'
volumes:
- db:/var/lib/postgresql/data
- ./docker-volumes/db:/var/lib/postgresql/data

pgadmin:
container_name: pgadmin4_container
Expand Down Expand Up @@ -69,7 +70,7 @@ services:
env_file:
- ".docker-compose.env"
volumes:
- ./downloads:/downloads
- ./docker-volumes/downloads:/downloads

archiver:
image: ghcr.io/domi2120/immortalis/immortalis-backend-archiver
Expand All @@ -81,7 +82,7 @@ services:
env_file:
- ".docker-compose.env"
volumes:
- ./downloads:/downloads
- ./docker-volumes/downloads:/downloads

client:
image: ghcr.io/domi2120/immortalis/immortalis-client
Expand All @@ -93,9 +94,4 @@ services:
ports:
- "3000:80"
volumes:
- "./nginx.conf:/etc/nginx/nginx.conf"

volumes:
db:
driver: local

- "./nginx.conf:/etc/nginx/nginx.conf"
Binary file added docs/immortalis-0.3.0.tgz
Binary file not shown.
25 changes: 22 additions & 3 deletions docs/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
apiVersion: v1
entries:
immortalis:
- apiVersion: v2
appVersion: 0.3.0
created: "2023-11-11T08:47:17.508423479+01:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.5.6
- condition: minio.enabled
name: minio
repository: https://charts.min.io
version: 5.0.10
description: A Helm chart for Kubernetes
digest: 2873c90177899e10f68dd1d2ea4c3fff3815eaf79fcb4bae857b543fb3a1a358
name: immortalis
type: application
urls:
- https://domi2120.github.io/immortalis/immortalis-0.3.0.tgz
version: 0.3.0
- apiVersion: v2
appVersion: 0.2.0
created: "2023-09-13T22:14:14.934698791+02:00"
created: "2023-11-11T08:47:17.503414243+01:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -22,7 +41,7 @@ entries:
version: 0.2.0
- apiVersion: v2
appVersion: 0.1.0
created: "2023-09-13T22:14:14.930346266+02:00"
created: "2023-11-11T08:47:17.496787735+01:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -39,4 +58,4 @@ entries:
urls:
- https://domi2120.github.io/immortalis/immortalis-0.1.0.tgz
version: 0.1.0
generated: "2023-09-13T22:14:14.923093307+02:00"
generated: "2023-11-11T08:47:17.48938683+01:00"

0 comments on commit bdb496b

Please sign in to comment.