vagrant init

This commit is contained in:
2021-06-13 18:27:54 +02:00
parent c628b84aa5
commit a9fd62edd2
26 changed files with 1330 additions and 0 deletions

5
setup/scripts/gitea.sh Normal file
View File

@@ -0,0 +1,5 @@
cd ~
mkdir gitea1
cp /vagrant/gitea/docker-compose.yml gitea1/docker-compose.yml
cd gitea1
docker-compose up -d