~dricottone/container-images

ref: 86834e13c4e225b499700ba57267b6d8caa418ac container-images/srht-todo-core/README.md -rw-r--r-- 608 bytes
86834e13Dominic Ricottone MoinMoin 1.9 running in PyPy a day ago

#srht-todo-core

#Build and Deploy

make image

#Tags

  • latest

#Use

Deploy the web server for a sr.ht system's issue tracker service.

Used by proxying from nginx(8). The below location should be added to the server configuration for todo.example.com.

location / {
    proxy_pass http://localhost:5003;
}

The container needs to be reachable from nginx(8) on port 5003. Consider either using a pod or creating a bridge network.

$conman run --detach --name srht-todo-core --restart always \
    registry.intra.dominic-ricottone.com/srht-todo-core:latest