Skip to content

Commit

Permalink
Merge pull request #41 from PlanIt-Project/BE_feature_36
Browse files Browse the repository at this point in the history
test2: test
  • Loading branch information
moonjin-kim authored Mar 13, 2024
2 parents c1167ea + b70212c commit e1d763b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ services:
ports:
- "8080:8080"
environment:
DB_CONNECTION_URL: ${DATABASE_URL}
USER_NAME: ${DATABASE_USERNAME}
PASSWORD: ${DATABASE_PASSWORD}
DB_CONNECTION_URL: ${DB_CONNECTION_URL}
USER_NAME: ${USER_NAME}
PASSWORD: ${PASSWORD}
FILE_STORAGE_DIR: ${FILE_STORAGE_DIR}
depends_on:
- redis
Expand Down

0 comments on commit e1d763b

Please sign in to comment.