Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.uffizzi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ x-uffizzi:
deploy_preview_when_pull_request_is_opened: true
delete_preview_when_pull_request_is_closed: true
share_to_github: true

services:

postgres:
Expand Down Expand Up @@ -59,7 +60,6 @@ services:
command:
- "-c"
- "PARSE_DASHBOARD_SERVER_URL=$$UFFIZZI_URL/parse node Parse-Dashboard/index.js"
#- PARSE_DASHBOARD_COOKIE_SESSION_SECRET=AB8849B6-D725-4A75-AA73-AB7103F0363F
deploy:
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion nginx-uffizzi/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ events {
http {

server {

listen 8081;

location / {
Expand Down