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 Mar 11, 2024
1 parent 54cd6ea commit ffe218f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,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 ffe218f

Please sign in to comment.