~xdavidwu/flux

ref: 76c97fa9cfdc8b515057f5a918e7a84fefba8666 flux/containers/todosrht.apko.yaml -rw-r--r-- 550 bytes
76c97fa9Pinghao Wu containers: submit-build: move to hut a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
archs: [amd64]

contents:
  repositories:
    - https://dl-cdn.alpinelinux.org/alpine/v3.20/main
    - https://dl-cdn.alpinelinux.org/alpine/v3.20/community
    - https://mirror.sr.ht/alpine/v3.20/sr.ht
  keyring:
    - https://mirror.sr.ht/alpine/alpine@sr.ht.rsa.pub
  packages:
    - busybox
    - todo.sr.ht

accounts:
  groups:
    - groupname: todo
      gid: 102
  users:
    - username: todo
      uid: 101
      shell: /bin/sh
  run-as: todo

cmd: /usr/bin/gunicorn todosrht.app:app -b 0.0.0.0:5003 -c /etc/sr.ht/todo.sr.ht.gunicorn.conf.py