Skip to content

Commit

Permalink
fix(docker): 🐛 fix permission of the log folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Sep 2, 2024
1 parent 5c39146 commit 022e332
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ permissions: certs
prometheus.dev.yml \
settings.conf \
tests/config/registries/seek/nginx.conf \
tests/config/registries/seek/doorkeeper.rb
tests/config/registries/seek/doorkeeper.rb \
&& mkdir -p /tmp/lifemonitor-logs


aux_images: tests/config/registries/seek/seek.Dockerfile certs
Expand Down
1 change: 1 addition & 0 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ services:
- "./instance:/lm/instance:ro"
- "./settings.conf:/lm/settings.conf:ro" # default settings
- "data_workflows:/var/data/lm"
- "/tmp/lifemonitor-logs:/var/log/lm"
networks:
- life_monitor

Expand Down
1 change: 1 addition & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ services:
- "./certs:/certs:ro"
- "./instance:/lm/instance:ro"
- "./settings.conf:/lm/settings.conf:ro" # default settings
- "/tmp/lifemonitor-logs:/var/log/lm"
ports:
- "8000"
networks:
Expand Down

0 comments on commit 022e332

Please sign in to comment.