Skip to content

Commit

Permalink
fix(devops): added missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtftr committed May 15, 2024
1 parent 5de4aea commit 24210e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ services:
DB_USER: root
DB_PASSWORD: admin
SPRING_PROFILES_ACTIVE: docker
DO_SPACES_ENDPOINT: "http://s3mock:9090"
DO_SPACES_ACCESS_KEY: "---"
DO_SPACES_SECRET_KEY: "---"
DO_SPACES_BUCKET: "cuisines"
depends_on:
- db
web:
Expand Down
4 changes: 2 additions & 2 deletions dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ services:
DB_PASSWORD: admin
SPRING_PROFILES_ACTIVE: docker
DO_SPACES_ENDPOINT: "http://s3mock:9090"
DO_SPACES_ACCESS_KEY: "minioadmin"
DO_SPACES_SECRET_KEY: "minioadmin"
DO_SPACES_ACCESS_KEY: "---"
DO_SPACES_SECRET_KEY: "---"
DO_SPACES_BUCKET: "cuisines"
depends_on:
- db
Expand Down

0 comments on commit 24210e6

Please sign in to comment.