Skip to content

Commit

Permalink
w3 dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
t0lia committed Jul 7, 2024
1 parent f4f199d commit 474b664
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ out/
**/.env
.env*.production
.env.production
*.env*
*.env*

# Dev configuration
.dev-conf
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ services:
# args:
# REPOSITORY_TOKEN: ${REPOSITORY_TOKEN}
environment:
SPRING_PROFILES_ACTIVE: "dev"
SPRING_PROFILES_ACTIVE: "dev,w3"
JASYPT_ENCRYPTOR_PASSWORD: ${JASYPT_ENCRYPTOR_PASSWORD}
SPRING_DATA_REDIS_PASSWORD: secret
volumes:
- ./.dev-conf:/config
depends_on:
- redis

Expand Down Expand Up @@ -41,5 +43,7 @@ services:
- redis-data:/data

volumes:
config:
driver: local
redis-data:
driver: local

0 comments on commit 474b664

Please sign in to comment.