Skip to content

Commit

Permalink
update docker integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyrrell committed Aug 23, 2024
1 parent c6e54ee commit e84f1f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
media
.git
.gitignore
.dockerignore
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ dist
debug
database.sqlite
config.json
configNotifiers.json
configNotifiers.json
/http-client.private.env.json
test_api.http
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ services:
dockerfile: Dockerfile
volumes:
- ./config.json:/usr/app/config.json
- ./logs/:/usr/app/logs

0 comments on commit e84f1f4

Please sign in to comment.