Skip to content

Commit

Permalink
applied the same security protocols as before
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Feb 26, 2024
1 parent 1447841 commit 09e5143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ services:
image: busybox:1.36
command: [ /bin/sh, -c, 'tail -n+1 -F /var/log/apache2/access.log' ]
volumes:
- legacybackend-logs:/var/log/
- legacybackend-logs:/var/log/:ro
backend-v1-errorlogs:
image: busybox:1.36
command: [ /bin/sh, -c, 'tail -n+1 -F /var/log/apache2/error.log' ]
volumes:
- legacybackend-logs:/var/log/
- legacybackend-logs:/var/log/:ro
backend-v1:
image: ghcr.io/kordianbruck/tca-backend/tca-server:latest
restart: always
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ services:
- SMTP_PORT=${SMTP_PORT:-587}
volumes:
- backend-storage:/Storage
- ./apns_auth_key.p8:${APNS_P8_FILE_PATH}
- ./apns_auth_key.p8:${APNS_P8_FILE_PATH}:ro
user: 1000:3000
read_only: true
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit 09e5143

Please sign in to comment.