some info on gitea
This commit is contained in:
parent
f9879e2a3d
commit
4c0e7b63df
3 changed files with 11 additions and 5 deletions
|
@ -38,6 +38,12 @@ TODO: Ansible task to install that before the rest
|
||||||
|
|
||||||
* Only existing ones (no new installs)
|
* Only existing ones (no new installs)
|
||||||
|
|
||||||
|
* Create Gitea instances
|
||||||
|
|
||||||
|
* Nginx and docker-compose configurations
|
||||||
|
* Most of the work is by hand, because there is quite a lot of interaction between the host and the container (for forwarding ssh).
|
||||||
|
|
||||||
|
|
||||||
### Does not support
|
### Does not support
|
||||||
|
|
||||||
* Setting up the host
|
* Setting up the host
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# Setup backups #
|
# Setup backups #
|
||||||
#################
|
#################
|
||||||
|
|
||||||
# Later...
|
- name: "Setup backups"
|
||||||
# - name: "Setup backups"
|
import_tasks: backup.yml
|
||||||
# import_tasks: backup.yml
|
tags: backup
|
||||||
# tags: backup
|
|
|
@ -30,7 +30,7 @@ services:
|
||||||
net:
|
net:
|
||||||
ipv4_address: "{{ site.subnet_site_ip }}"
|
ipv4_address: "{{ site.subnet_site_ip }}"
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:2222:22"
|
- "127.0.0.1:2222:22" # SSH Passthrough
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
net:
|
net:
|
||||||
|
|
Loading…
Reference in a new issue