Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into nats
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Sep 6, 2024
2 parents e3d158e + a2408e2 commit b3cb0af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ venv
# created by dev container bc UBI sets HOME to the project src dir
chris_backend/.config
chris_backend/.bash_history
chris_backend/.python_history
chris_backend/.lesshist

# created by `just prefer`
.preference
2 changes: 1 addition & 1 deletion docker-compose_just.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ services:
PFCON_USER: pfcon
PFCON_PASSWORD: pfcon1234
PFCON_INNETWORK: "true"
STORAGE_ENV: filesystem
STORAGE_ENV: "fslink"
STOREBASE_MOUNT: /var/local/storeBase
# port is hard-coded in chris_backend/config/settings/local.py
command: gunicorn -b 0.0.0.0:30005 -w 8 -t 120 pfcon.wsgi:application
Expand Down

0 comments on commit b3cb0af

Please sign in to comment.