-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation
36 lines (34 loc) · 932 Bytes
/
documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
installing box from: "debian/bullseye64"
version: latest
syncing folder with gitea config
memory: 1024
cpu: 2
provisioning:
update the machine
installing packages:
ca-certificates
curl
gnupg
lsb-release
adding docker keyring
adding docker repository
update the machine
installing packages:
docker-ce
docker-ce-cli
containerd.io
docker-compose
docker-compose-plugin
nginx
ufw
creating gitea, mysql directory
creating Dockerfile
building gitea binaries in golang
copying binaries to alpine
building custom image semlan/gitea:v1
creating docker-compose.yml with gitea/database config
allow nginx,ssh in firewall
creating available sites file config, linking to sites enabled
starting nginx
starting up docker-compose in the background
removing uncessary images