Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy authored Mar 26, 2024
2 parents 2be18c8 + a64907c commit 2d36b0d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions atlas/knowledge-environment/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ services:
- MINIO_ACCESS_KEY=${ENV_MINIO_ACCESS_KEY}
- MINIO_SECRET_KEY=${ENV_MINIO_SECRET_KEY}
- MINIO_URL=${ENV_MINIO_URL}
- MYSQL_HOST=${ENV_MYSQL_HOST}
- MYSQL_USER=${ENV_MYSQL_USER}
- MYSQL_PASSWORD=${ENV_MYSQL_PASSWORD}
- BUCKET_NAME=${ENV_BUCKET_NAME}
- MYSQL_HOST=${ENV_MYSQL_HOST}
- MYSQL_USER=${ENV_MYSQL_USER}
Expand Down
3 changes: 3 additions & 0 deletions atlas/knowledge-environment/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ services:
- MINIO_ACCESS_KEY=${ENV_MINIO_ACCESS_KEY}
- MINIO_SECRET_KEY=${ENV_MINIO_SECRET_KEY}
- MINIO_URL=${ENV_MINIO_URL}
- MYSQL_HOST=${ENV_MYSQL_HOST}
- MYSQL_USER=${ENV_MYSQL_USER}
- MYSQL_PASSWORD=${ENV_MYSQL_PASSWORD}
- BUCKET_NAME=${ENV_BUCKET_NAME}
- MYSQL_HOST=${ENV_MYSQL_HOST}
- MYSQL_USER=${ENV_MYSQL_USER}
Expand Down
3 changes: 3 additions & 0 deletions atlas/knowledge-environment/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ services:
- MINIO_ACCESS_KEY=${ENV_MINIO_ACCESS_KEY}
- MINIO_SECRET_KEY=${ENV_MINIO_SECRET_KEY}
- MINIO_URL=${ENV_MINIO_URL}
- MYSQL_HOST=${ENV_MYSQL_HOST}
- MYSQL_USER=${ENV_MYSQL_USER}
- MYSQL_PASSWORD=${ENV_MYSQL_PASSWORD}
- BUCKET_NAME=${ENV_BUCKET_NAME}
- MYSQL_HOST=${ENV_MYSQL_HOST}
- MYSQL_USER=${ENV_MYSQL_USER}
Expand Down
2 changes: 1 addition & 1 deletion eridanus/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:

mariadb:
container_name: eridanus-mariadb
image: mariadb
image: mariadb:10.8.2
restart: always
environment:
MYSQL_ROOT_PASSWORD: ${ENV_MYSQL_PASSWORD}
Expand Down
1 change: 1 addition & 0 deletions libra/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
container_name: data-manager-service
image: ${ENV_DMD_SERVICE_CONTAINER}
entrypoint: ["flask", "run"]
restart: unless-stopped
expose:
- 5000
environment:
Expand Down

0 comments on commit 2d36b0d

Please sign in to comment.