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
- 7174:7174
- 9174:9174
- 9323:9323
environment:
- DEBUG=${DEBUG:-}
- APP_FLAGS=${APP_FLAGS:-}

View file

@ -24,3 +24,4 @@ services:
- 7173:7173
- 7174:7174
- 9174:9174
- 9323:9323

View file

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