2021-01-13 10:25:57 +00:00
|
|
|
---
|
2021-01-13 10:31:01 +00:00
|
|
|
gitea_enabled: false
|
2022-07-23 15:32:51 +00:00
|
|
|
gitea_available_externally: false
|
2021-01-13 10:25:57 +00:00
|
|
|
|
|
|
|
# directories
|
|
|
|
gitea_data_directory: "{{ docker_home }}/gitea"
|
|
|
|
|
|
|
|
# network
|
2021-01-19 17:18:12 +00:00
|
|
|
gitea_hostname: "gitea"
|
2023-03-10 21:00:37 +00:00
|
|
|
gitea_network_name: "gitea"
|
2021-01-13 10:25:57 +00:00
|
|
|
gitea_port_http: "3001"
|
2021-02-21 19:50:07 +00:00
|
|
|
gitea_port_ssh: "222"
|
2021-02-23 15:16:29 +00:00
|
|
|
|
|
|
|
# specs
|
|
|
|
gitea_memory: 1g
|
|
|
|
gitea_mysql_memory: 1g
|
2022-08-28 10:19:44 +00:00
|
|
|
|
|
|
|
# docker
|
2022-08-28 10:47:57 +00:00
|
|
|
gitea_container_name: gitea
|
2023-03-10 21:00:37 +00:00
|
|
|
gitea_image_name: gitea/gitea
|
|
|
|
gitea_image_version: latest
|
2022-08-28 15:03:42 +00:00
|
|
|
gitea_mysql_container_name: gitea-mysql
|
2023-03-10 21:00:37 +00:00
|
|
|
gitea_mysql_image_name: mysql
|
|
|
|
gitea_mysql_image_version: "5.7"
|