Gitea kasutamine: erinevus redaktsioonide vahel
Allikas: Imre kasutab arvutit
Mine navigeerimisribaleMine otsikasti
Resümee puudub |
|||
| 46. rida: | 46. rida: | ||
* TODO |
* TODO |
||
| + | |||
| + | Käivitamine |
||
| + | |||
| + | <pre> |
||
| + | |||
| + | </pre> |
||
Tulemusena saab läheneda ... |
Tulemusena saab läheneda ... |
||
Redaktsioon: 4. juuni 2026, kell 00:38
Sissejuhatus
TODO
Tööpõhimõte
TODO
Paigaldamine
Docker compose, https://docs.gitea.com/installation/install-with-docker
# cat /srv/gitea/dc/docker-compose-gitea.yaml
name: p_gitea
services:
svc_gitea:
image: gitea/gitea:latest
container_name: cn_gitea
restart: always
environment:
- USER_UID=1000
- USER_GID=1000
- TZ=Europe/Tallin
volumes:
- /srv/gitea/volume/data:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- "2222:22"
networks:
- nw_gitea
networks:
nw_gitea:
name: nw_gitea
driver: bridge
kus
- TODO
Käivitamine
Tulemusena saab läheneda ...
Kasutamine
TODO