~xdavidwu/flux

ref: fdb932d1e1a66540196c15ced22810987f0b8cd0 flux/containers/todosrht.apko.yaml -rw-r--r-- 550 bytes
fdb932d1Pinghao Wu containers: fix group gid mismatch 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: 101
  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