0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Added ports to dev container and compose files

This commit is contained in:
Ronald Langeveld 2024-10-25 02:16:04 +00:00
parent 10eb7dab70
commit ac23a7a95a
3 changed files with 7 additions and 1 deletions

View file

@ -33,6 +33,7 @@ services:
- 7173:7173 - 7173:7173
- 7174:7174 - 7174:7174
- 9174:9174 - 9174:9174
- 9323:9323
environment: environment:
- DEBUG=${DEBUG:-} - DEBUG=${DEBUG:-}
- APP_FLAGS=${APP_FLAGS:-} - APP_FLAGS=${APP_FLAGS:-}

View file

@ -23,4 +23,5 @@ services:
- 6174:6174 - 6174:6174
- 7173:7173 - 7173:7173
- 7174:7174 - 7174:7174
- 9174:9174 - 9174:9174
- 9323:9323

View file

@ -93,6 +93,10 @@
}, },
"5368": { "5368": {
"onAutoForward": "silent" "onAutoForward": "silent"
},
"9323" : {
"label": "Comments Tests Report",
"onAutoForward": "silent"
} }
}, },
"customizations": { "customizations": {