Personal blog
. Then click Continue.
The newly created project immediately appears in the list of all projects. Open it by clicking on the project card.
Ghost app
;docker pull
command. The list of public docker images can be found on https://hub.docker.com/ repository.
For our application we will specify ghost:5-alpine
.NODE_ENV
value in development
and database__connection__filename
value in /var/lib/ghost/content/data/ghost.db
.
/var/lib/ghost/content
folder to persist the state of the service between restarts.
wget -O- localhost:2368
command inside the service container. In response, we will see the webserver output. This means that the application is running successfully.
Good job! We just launched our first project.
Public routes
Ip info
ping
command for the domain outputs the IP, you can move on to linking the service to the domain. To do this, draw a line from the New public route to the New port point of the Ghost app service using mouse drag.
2368
.