-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.xml
More file actions
26 lines (20 loc) · 819 Bytes
/
default.xml
File metadata and controls
26 lines (20 loc) · 819 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github"
fetch="https://github.com/Agritracer" />
<default revision="main"
remote="github"
sync-j="4" />
<project path="web" name="web" />
<project path="server" name="server" />
<project path="api" name="blockchain-api" />
<project path="Enviroment" name="Enviroment" />
<project path="nginx" name="nginx" />
<project path="Dockerfile" name="Dockerfile" >
<copyfile src="Dockerfile-API" dest="api/Dockerfile" />
<copyfile src="Dockerfile-Server" dest="server/Dockerfile" />
<copyfile src="Dockerfile-Web" dest="web/Dockerfile" />
<copyfile src="Dockerfile-Nginx" dest="nginx/Dockerfile" />
<copyfile src="docker-compose.yml" dest="docker-compose.yml" />
</project>
</manifest>