~dricottone/container-images

ref: 860dce69acf08023ab0b747c1588d028e4e60b54 container-images/srht-todo-api/README.md -rw-r--r-- 610 bytes
860dce69Dominic Ricottone Advertise last commit's tag 1 year, 3 months ago

#srht-todo-api

#Build and Deploy

make image

#Tags

  • latest

#Use

Deploy the API 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 /query {
    proxy_pass http://localhost:5103;
}

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

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