Skip to content

Commit

Permalink
chore: added settings volume to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasegf committed Apr 12, 2024
1 parent 2b8ca03 commit 7522dc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,4 @@ $RECYCLE.BIN/

# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)

/settings
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ services:
context: .
dockerfile: Dockerfile
restart: always
env_file:
- .env
volumes:
- ./settings:/app/settings

0 comments on commit 7522dc9

Please sign in to comment.