Skip to content

Commit

Permalink
trying to get logging to work on the server
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonf committed May 30, 2024
1 parent 7305749 commit daf65b6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
- ./backend:/src
# mounting the server's data folder under /data
- ../:/data
- pp-dj-logs:/logs
- ../../log/django:/logs

dj-dev:
<<: *dj-prod
Expand All @@ -70,7 +70,7 @@ services:
expose:
- "32768"
volumes:
- pp-spindle-logs:/logs
- ../../log/spindle:/logs

spindle-dev:
<<: *spindle-prod
Expand All @@ -89,7 +89,7 @@ services:
expose:
- "32769"
volumes:
- pp-latex-logs:/logs
- ../../log/latex:/logs

latex-dev:
<<: *latex-prod
Expand All @@ -100,8 +100,3 @@ services:
networks:
parseport:
driver: bridge

volumes:
pp-dj-logs:
pp-latex-logs:
pp-spindle-logs:

0 comments on commit daf65b6

Please sign in to comment.